Package sqlite is a database/sql driver using a CGo-free port of the SQLite3 library.
go get github.com/logoove/sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open an in-memory SQLite database using the CGo-free driver.
Ensure your go.mod uses the same modernc.org/libc version as github.com/logoove/sqlite's go.mod.
No dependency data recorded yet.