perkeep/third_party/github.com/mattn/go-sqlite3
Brad Fitzpatrick 6f58fc2426 Fix build, move more stuff from third_party to vendor. 2015-08-18 10:19:49 +02:00
..
README.mkd add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07:00
sqlite3.go go-sqlite3: temporary manual fix until we update from upstream 2013-12-04 14:14:22 +01:00
sqlite3_other.go Update mattn go-sqlite3 to 919cf4144a09abfd877330bbe735f3a243a84537 2013-02-17 22:09:44 -08:00
sqlite3_test.go Fix build, move more stuff from third_party to vendor. 2015-08-18 10:19:49 +02: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