mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-23 20:45:59 +00:00
SYNC: multi-sql
This commit is contained in:
committed by
Diflow
parent
8bdd24aa1e
commit
bdd9dc8c9d
2
packages/types/engines.d.ts
vendored
2
packages/types/engines.d.ts
vendored
@@ -257,6 +257,8 @@ export interface EngineDriver<TClient = any> extends FilterBehaviourProvider {
|
||||
): any[];
|
||||
// adapts table info from different source (import, other database) to be suitable for this database
|
||||
adaptTableInfo(table: TableInfo): TableInfo;
|
||||
// simple data type adapter
|
||||
adaptDataType(dataType: string): string;
|
||||
listSchemas(dbhan: DatabaseHandle<TClient>): SchemaInfo[];
|
||||
|
||||
analyserClass?: any;
|
||||
|
||||
Reference in New Issue
Block a user