Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 316 Bytes

spatialite

Go driver for libspatialite

Install

First you must install both sqlite3 and libspatialite C libraries.

Then

go get -u github.com/briansorahan/spatialite

Usage

db, err := sql.Open("spatialite", "my.db")

Check out the tests to see more example code.