We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307a08f commit b56020dCopy full SHA for b56020d
1 file changed
demos/react-supabase-todolist/src/components/providers/SystemProvider.tsx
@@ -23,7 +23,7 @@ export const db = new PowerSyncDatabase({
23
schema: AppSchema,
24
database: new WASQLiteOpenFactory({
25
dbFilename: 'example.db',
26
- vfs: WASQLiteVFS.OPFSWriteAheadVFS,
+ vfs: WASQLiteVFS.OPFSCoopSyncVFS,
27
flags: {
28
enableMultiTabs: typeof SharedWorker !== 'undefined'
29
}
0 commit comments