mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 13:36:02 +00:00
driver commons refactor, default bulkinserter for mysql and postgres
This commit is contained in:
3
packages/types/engines.d.ts
vendored
3
packages/types/engines.d.ts
vendored
@@ -43,6 +43,9 @@ export interface EngineDriver {
|
||||
analyseIncremental(pool: any, structure: DatabaseInfo): Promise<DatabaseInfo>;
|
||||
dialect: SqlDialect;
|
||||
createDumper(): SqlDumper;
|
||||
|
||||
analyserClass?: any;
|
||||
dumperClass?: any;
|
||||
}
|
||||
|
||||
export interface DatabaseModification {
|
||||
|
||||
Reference in New Issue
Block a user