A Go interface to SQLite 3 with a low-level API close to the C library, supporting connection pooling and extensions.
go get zombiezen.com/go/sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens an in-memory SQLite database connection.
Use zombiezen.com/go/sqlite/sqlitex for higher-level helpers or consider using database/sql with a driver like github.com/mattn/go-sqlite3.
No dependency data recorded yet.