Module: mysql

Methods

(static) query(query) → {Promise:.<any:>}

Send a query to the database
Parameters:
Name Type Description
query string
...preparedStatementValues any
Source:
Returns:
Type
Promise:.<any:>

(inner) getConnection() → {Promise:.<mysql.Connection:>}

Get a connection from the pool
Source:
Returns:
Type
Promise:.<mysql.Connection:>