## database : object Database connection **Kind**: global namespace ### database.getConnection() ⇒ Promise.<DatabaseAdapter> Return a database connection object to run SQL against the store database. See the Database docs for details. **Kind**: static method of [database](#database)