I was wondering if PhoneGap can work with local SQLite3 databases and what level of SQLite3 support it has.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ya it does work, you can use either of following:
It’s important to remember that PhoneGap is web apps packaged in a browser component. Everything that applies to mobile WebKit will apply to PhoneGap as well, and the environment in PhoneGap is also very similar to opening an HTML-file in a desktop browser.
Web SQL Database:
http://www.w3.org/TR/webdatabase/
PhoneGap SQLite Plugin:
https://github.com/davibe/Phonegap-SQLitePlugin