Software Archive
Read-only legacy content

DATABASE

Paolo_B_1
Beginner
382 Views

Hi, sorry for this dumb question. I'm a java developer and beginner to hmtl5, css and js.
I'm wondering how could I make a database for my application? will I use php or xml?

I need your help! thanks

0 Kudos
4 Replies
Anusha_M_Intel1
Employee
382 Views

Hi Paolo,

You will need to use a Cordova plugin to help you accomplish the task. This is the most popular one for database in the Cordova registry: https://github.com/msopentech/cordova-plugin-websql/

It has snippets for sample usage and a test application here: https://github.com/MSOpenTech/cordova-plugin-websql/tree/master/test

0 Kudos
Paolo_B_1
Beginner
382 Views

is that not for WP 8 only?

0 Kudos
PaulF_IntelCorp
Employee
382 Views

Try the SQLite plugin, it works on a variety of platforms. See: https://github.com/litehelpers/Cordova-sqlite-storage

0 Kudos
Anusha_M_Intel1
Employee
382 Views

My apologies. I just noticed. Yes it is for Windows 8 only. The one Paul suggested will work great as well. 

0 Kudos
Reply