sqlite3 driver for go using database/sql
Go to file
mattn f6649431d4 add example of Prepare()/QueryRow(). add db.Close(). close #7 2012-03-02 00:47:26 +08:00
example add example of Prepare()/QueryRow(). add db.Close(). close #7 2012-03-02 00:47:26 +08:00
Makefile first import. 2011-11-11 21:36:22 +09:00
README.mkd Updating README 2012-03-02 00:47:25 +08:00
sqlite3.go merged bradfitz's patch. thanks. 2012-03-02 00:47:26 +08:00
sqlite3_test.go merged bradfitz's patch. thanks. 2012-03-02 00:47:26 +08:00

README.mkd

go-sqlite3

DESCRIPTION

sqlite3 driver for go that using database/sql

LICENSE

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