Skip to content

Commit

Permalink
Updated doc. Added link to #27 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Feb 13, 2013
1 parent bfae0c6 commit 716b2f5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ Finally, this package can be installed with the go get command:

go get github.com/mattn/go-sqlite3

FAQ
---

## Can't build go-sqlite3 on windows 64bit.

> Probably, you are using go 1.0, go1.0 have a problem to compile/link on windows 64bit.
> See: https://github.com/mattn/go-sqlite3/issues/27
## Getting insert error while query is opened.

> You can pass some arguments into the connection string like URI.
> See: https://github.com/mattn/go-sqlite3/issues/39
LICENSE
-------

Expand Down

0 comments on commit 716b2f5

Please sign in to comment.