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 070454a commit 41706ccCopy full SHA for 41706cc
packages/powersync-op-sqlite/src/db/OPSqliteAdapter.ts
@@ -77,7 +77,6 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
77
}
78
79
80
- await this.writeConnection!.execute('SELECT powersync_init()');
81
// Changes should only occur in the write connection
82
this.writeConnection!.registerListener({
83
tablesUpdated: (notification) => this.iterateListeners((cb) => cb.tablesUpdated?.(notification))
0 commit comments