mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-13 06:29:57 +01:00
Bumps [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/ncruces/go-sqlite3/releases) - [Commits](https://github.com/ncruces/go-sqlite3/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: github.com/ncruces/go-sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2.0 KiB
2.0 KiB
Embeddable Wasm build of SQLite
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:
- math functions
- FTS5
- JSON
- R*Tree
- GeoPoly
- Spellfix1
- 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.