mirror of https://github.com/mattn/go-sqlite3.git
updated doc.
This commit is contained in:
parent
224815d665
commit
bba2094288
10
README.mkd
10
README.mkd
|
@ -6,7 +6,15 @@ DESCRIPTION
|
||||||
|
|
||||||
sqlite3 driver for go that using database/sql
|
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/
|
||||||
|
|
||||||
LICENSE
|
LICENSE
|
||||||
-------
|
-------
|
||||||
|
|
||||||
MIT: http://mattn.mit-license.org/2011
|
MIT: http://mattn.mit-license.org/2012
|
||||||
|
|
Loading…
Reference in New Issue