Files
sqlite3/README.md
Nuno Cruces 627df5db0f No sandbox.
2023-02-23 14:16:37 +00:00

1.1 KiB

Go bindings to SQLite using Wazero

Go Reference Go Report Go Coverage

⚠️ CAUTION ⚠️

This is a WIP.

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
  • provide a simple database/sql driver
  • file locking, compatible with SQLite on macOS/Linux/Windows
  • advanced SQLite features
    • nested transactions
    • incremental BLOB I/O
    • online backup
    • session extension
    • snapshots
    • SQL functions