13 lines
402 B
Markdown
Raw Normal View History

<a name="database"></a>
## database : <code>object</code>
Database connection
**Kind**: global namespace
<a name="database.getConnection"></a>
### database.getConnection() ⇒ <code>Promise.&lt;DatabaseAdapter&gt;</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)