Registry / database / floattech-sqlite

floattech-sqlite

JSON →
library1.7.2gogounverified

A Go package providing SQLite database utilities and data processing tools.

go get github.com/FloatTech/sqlite
INSTALL
IMPORT
SIG · FLOATTECH-SQLITE
F
floattech-sqlite
databasegov1.7.2
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/FloatTech/sqlite

Open a SQLite database.

package main import ( "fmt" "github.com/FloatTech/sqlite" ) func main() { db, _ := sqlite.Open("test.db") defer db.Close() fmt.Println("SQLite opened") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
floattech-sqlite — go get floattech-sqlite · libregistry