Creates a new instance of the Database class.
Optional
options: DatabaseOptionsThe options for creating the Database instance.
Private
Optional
#uriThe URI for the database
Optional
interfaceThe interface for interacting with the database
The in-memory database
Optional
sequelizeThe Sequelize instance for interacting with a SQL database
The type of database service
Represents a Database that may be used by Bricks to manage data.