sqlite3 driver for go using database/sql
Go to file
lye 275bdb282a Added additional testcase for boolean roundtrips
This test creates a simple table, inserts some dummy boolean values,
then pulls them back out to ensure they are marshalled correctly.
2012-02-06 22:56:36 +00: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 Added additional testcase for boolean roundtrips 2012-02-06 22:56:36 +00:00

README.mkd

go-sqlite3

DESCRIPTION

sqlite3 driver for go that using database/sql

LICENSE

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