dependabot[bot] 0b184851d3 Bump github.com/ncruces/julianday from 0.1.3 to 0.1.4
Bumps [github.com/ncruces/julianday](https://github.com/ncruces/julianday) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/ncruces/julianday/releases)
- [Commits](https://github.com/ncruces/julianday/compare/v0.1.3...v0.1.4)

---
updated-dependencies:
- dependency-name: github.com/ncruces/julianday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-02 00:42:42 +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-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%