mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
SYNC: Merge branch 'feature/dblogs'
This commit is contained in:
committed by
Diflow
parent
4ed437fd4e
commit
ed7605eccd
@@ -254,4 +254,12 @@ export const driverBase = {
|
||||
async writeQueryFromStream(dbhan, sql) {
|
||||
return null;
|
||||
},
|
||||
|
||||
getLogDbInfo(dbhan) {
|
||||
return {
|
||||
database: dbhan ? dbhan.database : undefined,
|
||||
engine: this.engine,
|
||||
conid: dbhan ? dbhan.conid : undefined,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user