sqlite3 driver for go using database/sql
Go to file
mattn bba2094288 updated doc. 2012-03-29 12:46:32 +09:00
example add example of Prepare()/QueryRow(). add db.Close(). close #7 2012-02-23 14:30:50 +09:00
Makefile first import. 2011-11-11 21:36:22 +09:00
README.mkd updated doc. 2012-03-29 12:46:32 +09:00
sqlite3.go merged #11 2012-03-12 14:20:55 +09:00
sqlite3_test.go merged bradfitz's patch. thanks. 2012-02-20 16:14:49 +09:00

README.mkd

go-sqlite3

DESCRIPTION

sqlite3 driver for go that using database/sql

INSTALLATION

It require pkg-config. And need to be possible to get information with pkg-config --cflags --libs sqlite3. If you are using Windows, you can get pkg-config from below.

http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/

LICENSE

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