mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
0b184851d3b956b0045390fb1d48fb08529b990d
Bumps [github.com/ncruces/julianday](https://github.com/ncruces/julianday) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/ncruces/julianday/releases) - [Commits](https://github.com/ncruces/julianday/compare/v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: github.com/ncruces/julianday dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Go bindings to SQLite using Wazero
⚠️ CAUTION ⚠️
This is still very much a WIP.
DO NOT USE this with data you care about.
Roadmap:
- build SQLite using
zig cc --target=wasm32-wasi :memory:databases- port
test_demovfs.cto Go- branch
wasiusestest_demovfs.cdirectly
- branch
- come up with a simple, nice API, enough for simple queries
- file locking, compatible with SQLite on Windows/Unix
shared-memory, compatible with SQLite on Windows/Unix
Languages
Go
89.9%
C
5.2%
WebAssembly
3.5%
Shell
1.4%