Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

database/sql driver for libspatialite

License

Notifications You must be signed in to change notification settings

Trillium-Solutions/spatialite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 73.5%
  • Dockerfile 23.5%
  • Makefile 3.0%