perkeep/third_party/github.com/mattn/go-sqlite3
Brad Fitzpatrick ae113632d9 Update mattn go-sqlite3 to 919cf4144a09abfd877330bbe735f3a243a84537
Change-Id: I5bbb32331fe7cb33acde1d7b78f603e25256fe2b
2013-02-17 22:09:44 -08:00
..
README.mkd add github.com/mattn/go-sqlite3 to third_party 2012-04-08 11:11:51 -07:00
sqlite3.go Update mattn go-sqlite3 to 919cf4144a09abfd877330bbe735f3a243a84537 2013-02-17 22:09:44 -08:00
sqlite3_other.go Update mattn go-sqlite3 to 919cf4144a09abfd877330bbe735f3a243a84537 2013-02-17 22:09:44 -08:00
sqlite3_test.go Update mattn go-sqlite3 to 919cf4144a09abfd877330bbe735f3a243a84537 2013-02-17 22:09:44 -08: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