Skip to content

Commit 41706cc

Browse files
committed
Remove additional core extension init
1 parent 070454a commit 41706cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/powersync-op-sqlite/src/db/OPSqliteAdapter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export class OPSQLiteDBAdapter extends BaseObserver<DBAdapterListener> implement
7777
}
7878
}
7979

80-
await this.writeConnection!.execute('SELECT powersync_init()');
8180
// Changes should only occur in the write connection
8281
this.writeConnection!.registerListener({
8382
tablesUpdated: (notification) => this.iterateListeners((cb) => cb.tablesUpdated?.(notification))

0 commit comments

Comments
 (0)