Registry / database / anchore-sqlite

anchore-sqlite

JSON →
library1.4.5gogounverified

Provides a SQLite database driver and utilities for Go applications.

go get github.com/anchore/sqlite
INSTALL
IMPORT
SIG · ANCHORE-SQLITE
A
anchore-sqlite
databasegov1.4.5
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/anchore/sqlite

Open an in-memory SQLite database using the anchore/sqlite driver.

package main import ( "database/sql" "fmt" "log" _ "github.com/anchore/sqlite" ) func main() { db, err := sql.Open("sqlite3", ":memory:") if err != nil { log.Fatal(err) } defer db.Close() fmt.Println("SQLite database opened") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
anchore-sqlite — go get anchore-sqlite · libregistry