Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
mattn f4359f417e gofix. 2011-12-07 20:40:45 +09: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 allow to insert zero-length strings into database 2011-12-02 23:32:38 +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