Releases: kormium/sqlite-wasm-kt
Releases · kormium/sqlite-wasm-kt
Release list
v0.1.0
Initial release.
Added
sqlite-wasm-kt(Maven:io.github.kormium:sqlite-wasm-kt): Kotlin/Wasm bindings for the
official@sqlite.org/sqlite-wasmpackage.openSqliteWasm(storage): SqliteWasmConnection
with suspendexecute/query/close, typedSqliteWasmRowreads (long/double/string/bytes),
SqliteWasmException. Storage:InMemoryorOpfs(path)— the latter multi-connection-capable
via theopfs-wlVFS (SQLite 3.53.0+), Worker-only and requires cross-origin isolation
(COOP/COEP).sqlite-wasm-kt-worker(npm:@kormium/sqlite-wasm-worker): a standalone Worker entry point
answering apostMessageRPC protocol (open/execute/query/close) over one connection, shipped
as raw ESM so the consumer's bundler traces and emits@sqlite.org/sqlite-wasm's assets itself.
Includes a ready handshake so the first request cannot race Worker startup.- OPFS databases open with flags
'c'(not the upstream demo's'ct'—tenables
per-statement SQL tracing toconsole.log, a real measured drag), and the public ABI of both
modules is tracked with the binary-compatibility-validator.