Registry / database / fumiama-sqlite3

fumiama-sqlite3

JSON →
library1.20.0gogounverified

A CGo-free SQLite3 database driver for Go using the modernc.org/sqlite port.

go get github.com/fumiama/sqlite3
INSTALL
IMPORT
SIG · FUMIAMA-SQLITE3
F
fumiama-sqlite3
databasegov1.20.0
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/fumiama/sqlite3

Opens an in-memory SQLite database using the driver.

import ( "database/sql" _ "github.com/fumiama/sqlite3" ) func main() { db, _ := sql.Open("sqlite3", ":memory:") defer db.Close() }
Debug
Known issues
gotchaThis is a fork of modernc.org/sqlite; ensure compatibility with your project.
fix
Use the original modernc.org/sqlite if you need upstream support.
affects: all
Upgrade
Version history
1.20.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
fumiama-sqlite3 — go get fumiama-sqlite3 · libregistry