mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
postgre analyser supports compisite db names
This commit is contained in:
@@ -81,7 +81,6 @@ const driver = {
|
||||
await pool.connect();
|
||||
// const pool = await MongoClient.connect(mongoUrl);
|
||||
pool.__getDatabase = database ? () => pool.db(database) : () => pool.db();
|
||||
pool.__databaseName = database;
|
||||
return pool;
|
||||
},
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user