Nuno Cruces 469696867b Bind values.
2023-01-17 13:43:16 +00:00
2023-01-16 13:31:14 +00:00
2023-01-12 06:23:59 +00:00
2023-01-17 13:43:16 +00:00
2023-01-12 06:52:34 +00:00
2023-01-17 13:43:16 +00:00
2023-01-17 13:43:16 +00:00
2023-01-12 13:43:35 +00:00
2023-01-17 13:43:16 +00:00
2023-01-17 13:43:16 +00:00
2023-01-16 13:31:14 +00:00
2023-01-15 04:35:37 +00:00
2023-01-15 04:35:37 +00:00
2023-01-11 14:54:42 +00:00
2023-01-16 13:31:14 +00:00
2023-01-17 13:43:16 +00:00

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;
Description
No description provided
Readme MIT 49 MiB
Languages
Go 89.9%
C 5.2%
WebAssembly 3.5%
Shell 1.4%