Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
Alien Science 5d9fdcab93 Fixed double free when closing SQLiteStmt
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.
2012-01-19 20:26:09 +01:00
example transaction. 2011-11-13 03:20:52 +09:00
Makefile first import. 2011-11-11 21:36:22 +09:00
README.mkd add README.mkd 2011-12-03 21:57:40 +09:00
sqlite3.go Fixed double free when closing SQLiteStmt 2012-01-19 20:26:09 +01:00
sqlite3_test.go gofix. 2011-12-07 20:40:45 +09:00

README.mkd

go-sqlite3

DESCRIPTION

sqlite3 driver for go that using exp/sql

LICENSE

MIT: http://mattn.mit-license.org/2011