spatialite

package module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2020 License: MIT Imports: 3 Imported by: 2

README

go-spatialite

Go package to enable libspatialite support with the go-sqlite3 database/sql driver.

Important

This is known not to work right now. Specifically, fatal errors are triggered on initialization. It's not clear what the problem is or where. Like is it libspatialite module/shared library thing post v4.2 or it is a SQLite extension loading thing or... ?

See also

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrSpatialiteNotFound = errors.New("whosonfirst/go-spatialite: spatialite extension not found.")
View Source
var LibNames = []entrypoint{
	{"mod_spatialite", "sqlite3_modspatialite_init"},
	{"mod_spatialite.dylib", "sqlite3_modspatialite_init"},
	{"libspatialite.so", "sqlite3_modspatialite_init"},
	{"libspatialite.so", "spatialite_init_ex"},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL