sqlite3 driver for go using database/sql
Go to file
mattn f595dd9955 Fixes Queryer 2013-09-09 13:44:24 +09:00
_example Implements Execer 2013-09-09 10:44:44 +09:00
.travis.yml Use tip on travis 2013-08-29 10:03:00 +09:00
README.mkd Remove old information 2013-09-03 21:48:14 +09:00
error.go Start work on introducing machine-readable error codes. 2013-08-30 22:35:32 +09:00
error_test.go Add tests 2013-09-03 19:36:33 +09:00
sqlite3.c Use sqlite3.c in all platforms 2013-08-28 14:46:33 +09:00
sqlite3.go Fixes Queryer 2013-09-09 13:44:24 +09:00
sqlite3.h Upgrade amalgramation code 2013-08-13 21:44:05 +09:00
sqlite3_other.go Remove -v 2013-09-02 09:44:13 +09:00
sqlite3_test.go Fixes Execer/Queryer 2013-09-09 12:28:34 +09:00
sqlite3_windows.go Start work on introducing machine-readable error codes. 2013-08-13 21:45:05 +09:00
sqlite3ext.h Upgrade amalgramation code 2013-08-13 21:44:05 +09:00

README.mkd

go-sqlite3

Build Status Coverage Status

DESCRIPTION

sqlite3 driver conforming to the built-in database/sql interface

INSTALLATION

This package can be installed with the go get command:

go get github.com/mattn/go-sqlite3

FAQ

LICENSE

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