Registry / database / mattn-go-sqlite3

mattn-go-sqlite3

JSON →
library1.14.45gogounverified

A Go driver for SQLite3 databases.

go get github.com/mattn/go-sqlite3
INSTALL
IMPORT
SIG · MATTN-GO-SQLITE3
M
mattn-go-sqlite3
databasegov1.14.45
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.

sqlite3
github.com/mattn/go-sqlite3

Open an in-memory SQLite database.

package main import ( "database/sql" _ "github.com/mattn/go-sqlite3" ) func main() { db, _ := sql.Open("sqlite3", ":memory:") defer db.Close() }
Debug
Known issues
gotchaCGo is required; cross-compilation may be tricky.
fix
Ensure CGO_ENABLED=1 and a C compiler is available.
affects: all
Upgrade
Version history
1.14.45latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
mattn-go-sqlite3 — go get mattn-go-sqlite3 · libregistry