mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
fix: make firebird singledatabase
This commit is contained in:
@@ -144,14 +144,6 @@ const driver = {
|
||||
};
|
||||
},
|
||||
|
||||
async listDatabases(dbhan) {
|
||||
return [
|
||||
{
|
||||
name: 'default',
|
||||
},
|
||||
];
|
||||
},
|
||||
|
||||
async close(dbhan) {
|
||||
return new Promise((resolve, reject) => {
|
||||
dbhan.client.detach(err => {
|
||||
|
||||
Reference in New Issue
Block a user