@vlcn.io/crsqlite-wasm
Advanced tools
Comparing version 0.15.0-next.0 to 0.15.0-next.1
@@ -65,4 +65,3 @@ import { cryb64, firstPick, } from "@vlcn.io/xplat-api"; | ||
else { | ||
await tx.exec(`SELECT crsql_automigrate(?)`, //'SELECT crsql_finalize();' | ||
[schemaContent]); | ||
await tx.exec(`SELECT crsql_automigrate(?, 'SELECT crsql_finalize();')`, [schemaContent]); | ||
} | ||
@@ -69,0 +68,0 @@ await tx.exec(`INSERT OR REPLACE INTO crsql_master (key, value) VALUES (?, ?)`, ["schema_version", version]); |
{ | ||
"name": "@vlcn.io/crsqlite-wasm", | ||
"type": "module", | ||
"version": "0.15.0-next.0", | ||
"version": "0.15.0-next.1", | ||
"files": [ | ||
@@ -22,4 +22,4 @@ "dist", | ||
"type": "git", | ||
"url": "git@github.com:vlcn-io/cr-sqlite.git", | ||
"directory": "https://github.com/vlcn-io/cr-sqlite/tree/main/js/browser/crsqlite" | ||
"url": "git@github.com:vlcn-io/js.git", | ||
"directory": "https://github.com/vlcn-io/js/tree/main/js/browser/crsqlite" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -16,4 +16,3 @@ # @vlcn.io/crsqlite-wasm | ||
- [Observable Notebook](https://observablehq.com/@tantaman/cr-sqlite-basic-setup) | ||
- [Working TODO MVC](https://github.com/vlcn-io/cr-sqlite/tree/main/js/examples/p2p-todomvc) | ||
- [Working TODO MVC](https://github.com/vlcn-io/js/tree/main/js/examples/p2p-todomvc) | ||
- [WIP Local-First Presentation Editor](https://github.com/tantaman/strut) | ||
@@ -102,3 +102,3 @@ import { | ||
await tx.exec( | ||
`SELECT crsql_automigrate(?)`, //'SELECT crsql_finalize();' | ||
`SELECT crsql_automigrate(?, 'SELECT crsql_finalize();')`, | ||
[schemaContent] | ||
@@ -105,0 +105,0 @@ ); |
import TX from "./TX.js"; | ||
import { Mutex } from "async-mutex"; | ||
import { DBAsync, TMutex, TXAsync } from "@vlcn.io/xplat-api"; | ||
import { TMutex, TXAsync } from "@vlcn.io/xplat-api"; | ||
import log from "./log.js"; | ||
@@ -5,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2540041
63
3601
18