How do I query a local database with a local storage variable? I have successfully adapted this tutorial ( http://docs.appery.io/tutorials/build... ) for my application and now need to query the local database.
How do I query a local database with a local storage variable? I have successfully adapted this tutorial ( http://docs.appery.io/tutorials/build... ) for my application and now need to query the local database.
Hi Nathan,
You can do this with JavaScript and WebSQL. For more information please check this references:
:: http://www.html5rocks.com/en/tutorial...
:: http://www.w3.org/TR/webdatabase/