You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Invalid configuration: 'encryptionKey' should only be included inside the database object when using a custom ${isSQLOpenFactory(database) ? 'WASQLiteOpenFactory' : 'WASQLiteDBAdapter'} constructor.`
111
+
);
112
+
}
113
+
}
114
+
}
115
+
102
116
/**
103
117
* A PowerSync database which provides SQLite functionality
104
118
* which is automatically synced.
@@ -126,6 +140,8 @@ export class PowerSyncDatabase extends AbstractPowerSyncDatabase {
0 commit comments