Files
sqlite3/README.md
2023-01-16 13:31:14 +00:00

1.7 KiB

Go bindings to SQLite using Wazero

⚠️ DO NOT USE with data you care about. ⚠️

This is very much a WIP.

Roadmap:

Random TODO list:

  • wrap more of the SQLite API, enough to run useful queries;
  • create a Go VFS that's enough to use :memory: databases without WASI;
  • expand that VFS to wrap an io.ReaderAt;
  • optimize small allocations that last a single function call;