forked from mirror/go-sqlcipher
Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
5d9fdcab93
Rows should not close the statement because Stmt has its own close function. This caused a double free error/crash on Fedora 16 x86_64. |
||
---|---|---|
example | ||
Makefile | ||
README.mkd | ||
sqlite3.go | ||
sqlite3_test.go |
README.mkd
go-sqlite3
DESCRIPTION
sqlite3 driver for go that using exp/sql