Home > database >  It is possible to write SQL-request in android on cordova?
It is possible to write SQL-request in android on cordova?

Time:06-11

I start write a small app on cordova for android. I use openlayers and I need keep data in file system android in format .db. So it possible to write SQL-requests in cordova's app?

CodePudding user response:

Yes you can use SQLlite via a plugin like https://github.com/storesafe/cordova-sqlite-storage

  • Related