Skip to content

Commit 5a7d2e2

Browse files
authored
Merge pull request #577 from GJRTimmer/update/docs
Add: Reference to Spatialite
2 parents 52b8080 + 2c4bacc commit 5a7d2e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Supported Golang version:
3333
- [Mac OSX](#mac-osx)
3434
- [Windows](#windows)
3535
- [Errors](#errors)
36+
- [Extensions](#extensions)
37+
- [Spatialite](#spatialite)
3638
- [FAQ](#faq)
3739
- [License](#license)
3840

@@ -301,6 +303,15 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
301303
go install github.com/mattn/go-sqlite3
302304
```
303305
306+
# Extensions
307+
308+
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.
309+
310+
## Spatialite
311+
312+
Spatialite is available as an extension to SQLite, and can be used in combination with this repository.
313+
For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatialite).
314+
304315
# FAQ
305316
306317
- Getting insert error while query is opened.

0 commit comments

Comments
 (0)