(statement: SQLStatementType)
| 183 | } |
| 184 | |
| 185 | function rawSQL(statement: SQLStatementType): string { |
| 186 | return mysql.format(statement.sql, statement.values); |
| 187 | } |
| 188 | |
| 189 | async function getMultipleStatementsConnection() { |
| 190 | const dbConfig = await getDBConfig(); |