Registry / database / logoove-sqlite

logoove-sqlite

JSON →
library1.37.1gogounverified

Package sqlite is a database/sql driver using a CGo-free port of the SQLite3 library.

go get github.com/logoove/sqlite
INSTALL
IMPORT
SIG · LOGOOVE-SQLITE
L
logoove-sqlite
databasegov1.37.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sqlite
github.com/logoove/sqlite

Open an in-memory SQLite database using the CGo-free driver.

package main import ( "database/sql" _ "github.com/logoove/sqlite" ) func main() { db, _ := sql.Open("sqlite", ":memory:") defer db.Close() }
Debug
Known issues
breakingVersion compatibility: This driver requires the exact same version of modernc.org/libc as specified in its go.mod file.
fix
Ensure your go.mod uses the same modernc.org/libc version as github.com/logoove/sqlite's go.mod.
affects: >=1.0.0
Upgrade
Version history
1.37.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
logoove-sqlite — go get logoove-sqlite · libregistry