DisyInformationssysteme / Cordova-spatialite-storage

A Cordova/PhoneGap plugin to open and use sqlite databases on Android/iOS/Windows Universal(8.1)/Amazon Fire-OS/WP(7/8) with HTML5/Web SQL API
Other
24 stars 17 forks source link
cordova cordova-plugin database plugin spatialite sqlite

Spatialite extension fork

This is a fork of the https://github.com/litehelpers/Cordova-sqlite-storage project. Some changes were made to allow the plugin to work with the SpatiaLite extension for SQLite.

SpatiaLite enables the SQLite database to understand and process spatial data, e.g. coordinates and shapes. For more information see https://www.gaia-gis.it/fossil/libspatialite/index

Currently, only Android and iOS are supported to work with this plugin.

Installation

Use the cordova command line tool in your project folder:

cordova plugin add https://github.com/DisyInformationssysteme/Cordova-spatialite-storage#2.0.0

See releases page for available version tags.