mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
integration tests WIP
This commit is contained in:
@@ -113,6 +113,9 @@ const drivers = driverBases.map(driverBase => ({
|
||||
await client.connect();
|
||||
return client;
|
||||
},
|
||||
async close(pool) {
|
||||
return pool.end();
|
||||
},
|
||||
async query(client, sql) {
|
||||
if (sql == null) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user