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 16f1b6c commit 7348ae4Copy full SHA for 7348ae4
demos/react-native-supabase-todolist/library/powersync/system.ts
@@ -43,10 +43,6 @@ export class System {
43
* });
44
* this.powersync = new PowerSyncDatabase({ database: factory, schema: AppSchema });
45
*/
46
- // const factory = new OPSqliteOpenFactory({
47
- // dbFilename: 'sqlite.db'
48
- // });
49
- // this.powersync = new PowerSyncDatabase({ database: factory, schema: AppSchema });
50
51
if (AppConfig.supabaseBucket) {
52
this.attachmentQueue = new PhotoAttachmentQueue({
0 commit comments