We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfae0c6 commit 716b2f5Copy full SHA for 716b2f5
README.mkd
@@ -32,6 +32,19 @@ Finally, this package can be installed with the go get command:
32
33
go get github.com/mattn/go-sqlite3
34
35
+FAQ
36
+---
37
+
38
+## Can't build go-sqlite3 on windows 64bit.
39
40
+> Probably, you are using go 1.0, go1.0 have a problem to compile/link on windows 64bit.
41
+> See: https://github.com/mattn/go-sqlite3/issues/27
42
43
+## Getting insert error while query is opened.
44
45
+> You can pass some arguments into the connection string like URI.
46
+> See: https://github.com/mattn/go-sqlite3/issues/39
47
48
LICENSE
49
-------
50
0 commit comments