Top "Web-sql" questions

Web SQL Database is a SQL-based API allowing a web pages to store and retrieve structured data locally.

When should we use Web SQL or IndexedDB? What are the use cases?

Recently I have come across Web SQL and IndexedDB provided by browsers. I want to understand the use cases when …

google-chrome indexeddb web-sql
Sync indexedDB with mysql database

I am about to develop an application where employees go to service repair machines at customer premises. They need to …

mysql indexeddb web-sql
Safely storing data in a HTML5 iOS application - are localStorage / WebSQL / IndexedDB appropriate?

I'm writing a HTML5 application that I want to release on the iOS app store. Either using PhoneGap or wrapped …

ios html local-storage web-sql indexeddb
Make function call wait for web SQL query

Primecheck function is supposed to return true or false whether passed number is prime or not. If the number is …

javascript callback web-sql
Cross browser HTML5 storage library

I have one requirement where should be stored locally when internet is not available. It should handle it in cross …

jquery html local-storage web-sql indexeddb
Web SQL Database + Javascript loop

I'm trying to figure this out but can't seem to on my own... I'm playing with Web SQL DBs and …

javascript sql html loops web-sql