sqlite3 driver for go using database/sql
Go to file
mattn 93ab2db408 Merge pull request #6 from lye/master
Fix marshaling error in Go->SQLite boolean values
2012-02-06 20:19:51 -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 For boolean values, marshal true to SQLite 1, not -1 2012-02-06 22:59:24 +00: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