diff options
author | mattn <mattn.jp@gmail.com> | 2018-05-31 00:22:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 00:22:18 +0900 |
commit | 5a7d2e245eb2cb559f91ed918219fc2e587214a6 (patch) | |
tree | 9eede326b5d066315e5dc89a9da92e1ae7b06db3 | |
parent | update README.md (diff) | |
parent | Add: Reference to Spatialite (diff) | |
download | golite-5a7d2e245eb2cb559f91ed918219fc2e587214a6.tar.gz golite-5a7d2e245eb2cb559f91ed918219fc2e587214a6.tar.xz |
Merge pull request #577 from GJRTimmer/update/docs
Add: Reference to Spatialite
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |