aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-30 16:28:06 +0200
committerGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-30 16:28:06 +0200
commit2c4bacc57f7f2b97769828cdc40ddf9dd1a1d32b (patch)
tree9eede326b5d066315e5dc89a9da92e1ae7b06db3
parentupdate README.md (diff)
downloadgolite-2c4bacc57f7f2b97769828cdc40ddf9dd1a1d32b.tar.gz
golite-2c4bacc57f7f2b97769828cdc40ddf9dd1a1d32b.tar.xz
Add: Reference to Spatialite
Closes #512 [ci ckip]
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4211f5b..f74794e 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ Supported Golang version:
- [Mac OSX](#mac-osx)
- [Windows](#windows)
- [Errors](#errors)
+- [Extensions](#extensions)
+ - [Spatialite](#spatialite)
- [FAQ](#faq)
- [License](#license)
@@ -301,6 +303,15 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
go install github.com/mattn/go-sqlite3
```
+# Extensions
+
+If you want your own extension to be listed here or you want to add a reference to an extension; please submit an Issue for this.
+
+## Spatialite
+
+Spatialite is available as an extension to SQLite, and can be used in combination with this repository.
+For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatialite).
+
# FAQ
- Getting insert error while query is opened.