package
Version:
v0.30.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 146
Opens a new window with list of known importers.
README
¶
Embeddable Wasm build of SQLite
This folder includes an embeddable Wasm build of SQLite 3.50.4 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.
Customizing the build
You can use your own custom build of SQLite.
Examples of custom builds of SQLite are:
Documentation
¶
Package embed embeds SQLite into your application.
Importing package embed initializes the sqlite3.Binary variable
with an appropriate build of SQLite:
import _ "github.com/ncruces/go-sqlite3/embed"
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.