Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Setup the Database

AlFas edited this page Sep 22, 2019 · 3 revisions

To setup the Database you will have to initialize an instance of the DatabaseCollection class. It will initialize a new Database object and add it to the collection. Make sure to not lose the DatabaseCollection variable anywhere as you will not be able to get it back (you may want to do a dependency injection for this).

DatabaseCollection databaseCollection = new DatabaseCollection();

This is all you have to do in order to setup the Database.

Clone this wiki locally