mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
4fa0d41202
* [chore] Update go-sqlite3 to 0.18.3 * [chore] Fix getting the sqlite3.Conn |
||
---|---|---|
.. | ||
build.sh | ||
exports.txt | ||
init.go | ||
README.md | ||
sqlite3.wasm |
Embeddable Wasm build of SQLite
This folder includes an embeddable Wasm build of SQLite 3.46.1 for use with
github.com/ncruces/go-sqlite3
.
The following optional features are compiled in:
- math functions
- FTS5
- JSON
- R*Tree
- GeoPoly
- soundex
- stat4
- base64
- decimal
- ieee754
- regexp
- series
- uint
- time
See the configuration options, and patches applied.
Built using wasi-sdk
,
and binaryen
.
The build is easily reproducible, and verifiable, using Artifact Attestations.
Customizing the build
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 supportingBEGIN CONCURRENT
and Wal2.github.com/asg017/sqlite-vec-go-bindings/ncruces
which includes thesqlite-vec
vector search extension.