Golang SQLCipher driver conforming to the built-in database/sql interface and using the latest sqlite3 code.
Go to file
mattn 78af0c22f5 Merge pull request #4 from bytbox/master
Update to build at tip (exp/sql -> database/sql)
2012-01-20 19:58:11 -08:00
example Updating example 2012-01-20 11:44:56 -05:00
Makefile first import. 2011-11-11 21:36:22 +09:00
README.mkd Updating README 2012-01-20 11:45:29 -05:00
sqlite3.go Fixing build at tip 2012-01-20 11:44:24 -05:00
sqlite3_test.go gofix. 2011-12-07 20:40:45 +09:00

README.mkd

go-sqlite3

DESCRIPTION

sqlite3 driver for go that using database/sql

LICENSE

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