How to create applications with database in phonegap? [closed]

0

I'm trying to make an app for mobile platforms using the phonegap. It uses HTML5, CSS and JavaScript.

I need to make a database to store questions, but I do not know how I can do this, could anyone give me a hint of what to use and how do I prepare a database?

    
asked by anonymous 30.07.2015 / 18:09

1 answer

1

According to the PhoneGap Data Storage API documentation you you have the following options to persist locally the data of your application:

30.07.2015 / 18:17