v0.11.0
SQLRite v0.11.0
Per-product releases in this wave:
- π¦ Rust engine β crates.io
- π€ MCP server β crates.io β
cargo install sqlrite-mcpor grab a prebuilt binary tarball; wires SQLRite into Claude Code / Cursor / any MCP client over stdio - π§ C FFI β prebuilt
libsqlrite_cfor Linux x86_64/aarch64, macOS aarch64, Windows x86_64 - π₯οΈ Desktop β unsigned installers for Linux (AppImage + deb), macOS (dmg aarch64), Windows (msi)
- π Python β PyPI β abi3-py38 wheels for Linux x86_64/aarch64, macOS aarch64, Windows x86_64 + sdist
- π’ Node.js β npm β N-API bindings with prebuilt
.nodebinaries for Linux x86_64/aarch64, macOS aarch64, Windows x86_64 - π
sqlrite-notesexample β npm βnpx sqlrite-notes init <dir>ingests a folder of markdown notes into a SQLRite DB and exposes it to Claude Desktop / any MCP client - π WASM β npm β browser/bundler-target WebAssembly build via wasm-pack
- πΉ Go SDK β
go get github.com/joaoh82/rust_sqlite/sdk/go@v0.11.0βdatabase/sqldriver via cgo againstlibsqlrite_c
Auto-generated changelog below β
What's Changed
- SQLR-42 β WASM in-browser SQL playground (/playground) by @joaoh82 in #149
- SQLR-43 β Go edge/IoT event collector (concurrent-writes showcase) by @joaoh82 in #150
- SQLR-10 β honor CREATE TABLE IF NOT EXISTS + queryable sqlrite_master + PRAGMA table_list by @joaoh82 in #151
- fix(release): bump sqlrite-journal example in bump-version.sh (unblocks 0.11.0) by @joaoh82 in #152
- Release v0.11.0 by @github-actions[bot] in #153
Full Changelog: v0.10.2...v0.11.0