mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
dialect, dumper
This commit is contained in:
5
types/dumper.d.ts
vendored
Normal file
5
types/dumper.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface SqlDumper {
|
||||
s: string;
|
||||
put(format: string, ...args);
|
||||
putCmd(format: string, ...args);
|
||||
}
|
||||
Reference in New Issue
Block a user