Registry / database / mutecomm-go-sqlcipher-v4

mutecomm-go-sqlcipher-v4

JSON →
library4.4.2gogounverified

A Go driver for SQLite3 databases with SQLCipher encryption support, compatible with database/sql.

go get github.com/mutecomm/go-sqlcipher/v4
INSTALL
IMPORT
SIG · MUTECOMM-GO-SQLCIP
M
mutecomm-go-sqlcipher-v4
databasegov4.4.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.

sqlite3
github.com/mutecomm/go-sqlcipher/v4

Opens an in-memory SQLCipher database using database/sql.

package main import ( "database/sql" _ "github.com/mutecomm/go-sqlcipher/v4" ) func main() { db, _ := sql.Open("sqlite3", ":memory:") defer db.Close() }
Debug
Known issues
breakingVersion 4.x uses a different API than v3; ensure compatibility with existing code.
fix
Update import paths and check for breaking changes in the SQLCipher library.
affects: >=4.0.0
Upgrade
Version history
4.4.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mutecomm-go-sqlcipher-v4 — go get mutecomm-go-sqlcipher-v4 · libregistry