Go module github.com/ncruces/go-sqlite3 is a cgo-free SQLite wrapper. It provides a database/sql compatible driver, as well as direct access to most of the C SQLite API.
There's inconsistent type narrowing behavior when a TypeIs typeguard is assigned to a variable, and then referenced from within a nested function definition inside a ...