Go driver for libspatialite
First you must install both sqlite3 and libspatialite C libraries.
Then
go get -u github.com/briansorahan/spatialitedb, err := sql.Open("spatialite", "my.db")Check out the tests to see more example code.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Go driver for libspatialite
First you must install both sqlite3 and libspatialite C libraries.
Then
go get -u github.com/briansorahan/spatialitedb, err := sql.Open("spatialite", "my.db")Check out the tests to see more example code.