Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
bba2094288 | ||
---|---|---|
example | ||
Makefile | ||
README.mkd | ||
sqlite3.go | ||
sqlite3_test.go |
README.mkd
go-sqlite3
DESCRIPTION
sqlite3 driver for go that using database/sql
INSTALLATION
It require pkg-config
. And need to be possible to get information with pkg-config --cflags --libs sqlite3
.
If you are using Windows, you can get pkg-config from below.
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/