File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Supported Golang version:
33
33
- [ Mac OSX] ( #mac-osx )
34
34
- [ Windows] ( #windows )
35
35
- [ Errors] ( #errors )
36
+ - [ Extensions] ( #extensions )
37
+ - [ Spatialite] ( #spatialite )
36
38
- [ FAQ] ( #faq )
37
39
- [ License] ( #license )
38
40
@@ -301,6 +303,15 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
301
303
go install github.com/mattn/go-sqlite3
302
304
```
303
305
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
+
304
315
# FAQ
305
316
306
317
- Getting insert error while query is opened.
You can’t perform that action at this time.
0 commit comments