3

I am new to phonegap. I am coming from android because I want to build a cross plateform app which i want to run on both apple and android devices and i am more skilled in using Web technologies such as JavaScript. now i am half way through and fund webSql is deprecated.I am building a product price app where user will add and store information permanently. so i badly need storage. also some people say i user remove cookies it will delete all storage. what storage option should i use?

judy
  • 325
  • 3
  • 15

1 Answers1

1

Maybe check out MongOGX if you want to move from SQL to NoSQL with Cordova. MonOGX is a clone of Mongodb

Edit: You can also now use the IndexedDB API as it is now supported but differs from Mongodb

Eric
  • 9,870
  • 14
  • 66
  • 102