perkeep/third_party/github.com/mattn/go-sqlite3
Brad Fitzpatrick 81af37988e Exclude mattn/go-sqlite3 unless sqlite3 mode is wanted
Change-Id: Ib552a68cbb558457c7290b1c008403e72fbc8a36
2013-01-20 11:59:09 -08:00
..
README.mkd add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07:00
sqlite3.go Exclude mattn/go-sqlite3 unless sqlite3 mode is wanted 2013-01-20 11:59:09 -08: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