Files
sqlite3/README.md
2023-02-17 02:21:07 +00:00

1013 B

Go bindings to SQLite using Wazero

Go Reference Go Report Go Coverage

⚠️ 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.c to Go
    • branch wasi uses test_demovfs.c directly
  • design a simple, nice API, enough for simple use cases
  • minimal database/sql driver
  • file locking, compatible with SQLite on Windows/Unix
  • shared memory, compatible with SQLite on Windows/Unix