Properties
.db: Sequelize
The Sequelize connection to the database specified by your chosen storage provider
- Source:
Methods
(static) .instance(url?: string) → Database
As long as a Sequelize-using storage provider is being used, this will return the Database instance holding the Sequelize connection to the database
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
url |
|
<optional> |
The database connection url |
- Source:
.init() → Promise<void>
Authenticate the connection to the database
- Source: