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