Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
mattn 9c4d0ce29a Merge pull request #2 from lye/master
Use pkg-config instead of a hardcoded LDFLAGS
2012-01-09 21:22:53 -08: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 Use pkg-config instead of a hardcoded LDFLAGS 2012-01-10 00:16:34 +00: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