13 lines
402 B
Markdown
13 lines
402 B
Markdown
|
|
<a name="database"></a>
|
||
|
|
|
||
|
|
## database : <code>object</code>
|
||
|
|
Database connection
|
||
|
|
|
||
|
|
**Kind**: global namespace
|
||
|
|
<a name="database.getConnection"></a>
|
||
|
|
|
||
|
|
### database.getConnection() ⇒ <code>Promise.<DatabaseAdapter></code>
|
||
|
|
Return a database connection object to run SQL against the store database. See the Database docs for details.
|
||
|
|
|
||
|
|
**Kind**: static method of [<code>database</code>](#database)
|