mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
allow SQLite on web #956
This commit is contained in:
2
packages/types/engines.d.ts
vendored
2
packages/types/engines.d.ts
vendored
@@ -162,7 +162,7 @@ export interface EngineDriver<TClient = any> extends FilterBehaviourProvider {
|
||||
profilerTimestampFunction?: string;
|
||||
profilerChartAggregateFunction?: string;
|
||||
profilerChartMeasures?: { label: string; field: string }[];
|
||||
isElectronOnly?: boolean;
|
||||
// isElectronOnly?: boolean;
|
||||
supportsTransactions?: boolean;
|
||||
implicitTransactions?: boolean; // transaction is started with first SQL command, no BEGIN TRANSACTION is needed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user