perkeep/third_party/github.com/mattn/go-sqlite3
Brad Fitzpatrick c3ae8077b2 add github.com/mattn/go-sqlite3 to third_party
Change-Id: If2465ccb3128f2a03b0432197a00a447a40723b4
2012-04-08 11:11:51 -07:00
..
README.mkd add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07:00
sqlite3.go add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07:00
sqlite3_test.go add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07: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/

Go does not support static linkage for external C library. So you should build sqlite3 with shared library. If it run on windows, it need dll.

LICENSE

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