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

@@ -64,7 +64,7 @@ const driver = {
: sqliteSplitterOptions,
// isFileDatabase: true,
isElectronOnly: true,
// isElectronOnly: true,
predefinedDataTypes: ['integer', 'real', 'text', 'blob'],
};