Kenan Tufekci
Kenan Tufekci

Reputation: 35

How to get SpatiaLite to work with Cordova/Ionic Framework

A am building a hybrid mobile app using the Ionic Framework and I was able to successful get SQLite to work using ngCordova SQLite plugin:

Now I need to know how to get SpatiaLite DBMS library to work in this Ionic application.

Does anyone know how I can get SpatiaLite to work in Ionic?

Upvotes: 0

Views: 1204

Answers (1)

Hemal Gondaliya
Hemal Gondaliya

Reputation: 57

you might can use plugins which can provide spatial functionality with basic SQL storage.

Reference:- http://blog.disy.net/spatialite-phonegap-on-mobile/ https://github.com/DisyInformationssysteme/Cordova-spatialite-storage

Upvotes: -1

Related Questions