Files
sqlite3/README.md
Nuno Cruces af14a722df Typo.
2023-01-18 01:30:57 +00:00

1.6 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:

  • 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;