Class Database

Represents a Database that may be used by Bricks to manage data.

Hierarchy

  • Database

Constructors

Properties

#uri?: string

The URI for the database

interface?: DatabaseInterface

The interface for interacting with the database

memory: any

The in-memory database

sequelize?: Sequelize

The Sequelize instance for interacting with a SQL database

The type of database service