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 414e12d commit 79384e2Copy full SHA for 79384e2
package.json
@@ -21,7 +21,7 @@
21
"src/examples/*",
22
"dist/*",
23
"test/*",
24
- "scripts/download-powersync-core.js"
+ "scripts/download-dynamic-core.js"
25
],
26
"scripts": {
27
"build-docs": "typedoc",
src/types/index.d.ts
@@ -601,15 +601,6 @@ declare interface SQLiteAPI {
601
*/
602
open_v2(zFilename: string, iFlags?: number, zVfs?: string): Promise<number>;
603
604
- /**
605
- * Registers table row on change callback
606
- *
607
- */
608
- register_table_onchange_hook(
609
- db: number,
610
- callback: (opType: number, tableName: string, rowId: number) => void
611
- ): void;
612
-
613
/**
614
* Specify callback to be invoked between long-running queries
615
*
0 commit comments