fix: make firebird singledatabase

This commit is contained in:
Pavel
2025-05-29 14:53:09 +02:00
parent a5adfb7c7f
commit c9a5fe5676
2 changed files with 8 additions and 15 deletions

View File

@@ -144,14 +144,6 @@ const driver = {
};
},
async listDatabases(dbhan) {
return [
{
name: 'default',
},
];
},
async close(dbhan) {
return new Promise((resolve, reject) => {
dbhan.client.detach(err => {