diff options
author | mattn <mattn.jp@gmail.com> | 2014-11-14 19:49:22 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-11-14 19:49:22 +0900 |
commit | 764faa850f9c27b8f2a0fc148cde6c06236fa61b (patch) | |
tree | c46a9fb81ecc5cc2a71d3dc371b82294c97d5793 | |
parent | Backup.Step may handle SQLITE_BUSY / SQLITE_LOCKED specifically. Close #133 (diff) | |
download | golite-764faa850f9c27b8f2a0fc148cde6c06236fa61b.tar.gz golite-764faa850f9c27b8f2a0fc148cde6c06236fa61b.tar.xz |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ FAQ > You can pass some arguments into the connection string, for example, a URI. > See: https://github.com/mattn/go-sqlite3/issues/39 +* Do you want cross compiling? mingw on Linux or Mac? + + > See: https://github.com/mattn/go-sqlite3/issues/106 + License ------- |