sqlite extensions in go
last updated: Oct 20, 2023
https://github.com/riyaz-ali/sqlite
sqlite
package provides a low-level interface that allows you to buildsqlite
extensions that can be loaded dynamically at runtime or linked statically at build-time (experimental)
used in sqlite-html