mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
ec5bd236f8b4036e5a3ddd6ce0768052917f617e
Go bindings to SQLite using Wazero
⚠️ CAUTION ⚠️
This is a WIP.
DO NOT USE 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
- design a simple, nice API, enough for simple use cases
- provide a simple
database/sqldriver - file locking, compatible with SQLite on Windows/Unix
- shared memory, compatible with SQLite on Windows/Unix
- needed for improved WAL mode
Languages
Go
89.9%
C
5.2%
WebAssembly
3.5%
Shell
1.4%