allow SQLite on web #956

This commit is contained in:
SPRINX0\prochazka
2025-02-27 09:26:38 +01:00
parent 1c0fc0bff2
commit a30efd6e81
3 changed files with 16 additions and 8 deletions

View File

@@ -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