2023-02-02 00:15:41 +01:00
2023-02-02 00:15:41 +01:00
2023-01-26 00:05:52 +00:00
2023-01-26 00:05:52 +00:00
2023-01-25 14:59:02 +00:00
2023-01-26 00:05:52 +00:00
2023-01-28 12:47:39 +00:00
2023-01-28 12:47:39 +00:00
2023-01-29 02:11:41 +00:00
2023-01-29 02:11:41 +00:00
2023-01-25 17:47:26 +00:00
2023-01-25 14:59:02 +00:00
2023-02-01 23:28:18 +01:00
2023-02-01 23:28:18 +01:00
2023-01-11 14:54:42 +00:00
2023-01-29 02:11:41 +00:00
2023-01-26 15:26:16 +00:00
2023-01-27 15:51:06 +00:00
2023-01-27 01:53:22 +00:00
2023-01-29 02:11:41 +00:00
2023-01-26 15:26:16 +00:00
2023-01-30 08:12:12 +00:00
2023-01-27 01:53:22 +00:00
2023-01-29 02:11:41 +00:00
2023-01-30 08:12:12 +00:00
2023-01-26 00:05:52 +00:00
2023-01-29 02:11:41 +00:00

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
  • come up with a simple, nice API, enough for simple queries
  • file locking, compatible with SQLite on Windows/Unix
  • shared-memory, compatible with SQLite on Windows/Unix
Description
No description provided
Readme MIT 49 MiB
Languages
Go 89.9%
C 5.2%
WebAssembly 3.5%
Shell 1.4%