aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2017-03-02 09:08:39 +0900
committerGitHub <noreply@github.com>2017-03-02 09:08:39 +0900
commitacf4ae44299454c98d3a39ea15d444b5a6708710 (patch)
tree46dcf8e187dca080ad7f7afcc51f29b858717fa5
parentremove 1.6 (diff)
parentAdded available extensions to README (diff)
downloadgolite-acf4ae44299454c98d3a39ea15d444b5a6708710.tar.gz
golite-acf4ae44299454c98d3a39ea15d444b5a6708710.tar.xz
Merge pull request #387 from msoap/patch-1
Added available extensions to README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 825d3aa..2d11461 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ FAQ
Use `go build --tags "icu"`
+ Available extensions: `json1`, `fts5`, `icu`
+
* Can't build go-sqlite3 on windows 64bit.
> Probably, you are using go 1.0, go1.0 has a problem when it comes to compiling/linking on windows 64bit.