|
|
9 months ago | |
|---|---|---|
| .. | ||
| README.md | 9 months ago | |
| build.sh | 9 months ago | |
| exports.txt | 9 months ago | |
| init.go | 9 months ago | |
| sqlite3.wasm | 9 months ago | |
This folder includes an embeddable Wasm build of SQLite 3.49.1 for use with
github.com/ncruces/go-sqlite3.
The following optional features are compiled in:
See the configuration options, and patches applied.
Built using wasi-sdk,
and binaryen.
The build is easily reproducible, and verifiable, using Artifact Attestations.
You can use your own custom build of SQLite.
Examples of custom builds of SQLite are:
github.com/ncruces/go-sqlite3/embed/bcw2
built from a branch supporting BEGIN CONCURRENT
and Wal2.github.com/asg017/sqlite-vec-go-bindings/ncruces
which includes the sqlite-vec vector search extension.