Trillium-Solutions / spatialite

database/sql driver for libspatialite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spatialite

Go driver for libspatialite.

Minor patches to https://github.com/briansorahan/spatialite.

Install

First you must install both sqlite3 and libspatialite C libraries.

Then

go get -u github.com/Trillium-Solutions/spatialite

Usage

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

Check out the tests to see more example code.

About

database/sql driver for libspatialite

License:MIT License


Languages

Language:Go 73.6%Language:Dockerfile 23.5%Language:Makefile 3.0%