mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
SYNC: Merge branch 'feature/dblogs'
This commit is contained in:
committed by
Diflow
parent
4ed437fd4e
commit
ed7605eccd
6
packages/types/engines.d.ts
vendored
6
packages/types/engines.d.ts
vendored
@@ -164,6 +164,7 @@ export interface FilterBehaviourProvider {
|
||||
export interface DatabaseHandle<TClient = any> {
|
||||
client: TClient;
|
||||
database?: string;
|
||||
conid?: string;
|
||||
feedback?: (message: any) => void;
|
||||
getDatabase?: () => any;
|
||||
connectionType?: string;
|
||||
@@ -336,6 +337,11 @@ export interface EngineDriver<TClient = any> extends FilterBehaviourProvider {
|
||||
analyserClass?: any;
|
||||
dumperClass?: any;
|
||||
singleConnectionOnly?: boolean;
|
||||
getLogDbInfo(dbhan: DatabaseHandle<TClient>): {
|
||||
database?: string;
|
||||
engine: string;
|
||||
conid?: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface DatabaseModification {
|
||||
|
||||
Reference in New Issue
Block a user