Reputation: 35
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
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