We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f6811 commit 744687cCopy full SHA for 744687c
packages/op-sqlite/src/db/SqliteOptions.ts
@@ -66,5 +66,6 @@ export const DEFAULT_SQLITE_OPTIONS: Required<SqliteOptions> = {
66
synchronous: SqliteSynchronous.normal,
67
journalSizeLimit: 6 * 1024 * 1024,
68
lockTimeoutMs: 30000,
69
- encryptionKey: null
+ encryptionKey: null,
70
+ extensions: []
71
};
0 commit comments