Skip to content

briansorahan/spatialite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published