mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 02:36:00 +00:00
dialect, dumper
This commit is contained in:
5
types/dialect.d.ts
vendored
Normal file
5
types/dialect.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface SqlDialect {
|
||||
rangeSelect?: boolean;
|
||||
limitSelect?: boolean;
|
||||
quoteIdentifier(s: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user