mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 01:19:31 +00:00
Added method to expose the mysql2 database connection
This commit is contained in:
@@ -6,6 +6,7 @@ class DatabaseConnectionPool {
|
||||
-connectionPool: Object
|
||||
runQuery(sql, params): Object[] | Object
|
||||
close(): void
|
||||
getPool(): Object
|
||||
{static} validateQuery(sql, params): string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user