Top "Web-sql" questions

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

How to delete a database in WebSQL programmatically?

I am new to Web SQL database and I use it to save data in a local database in a …

javascript sql google-chrome google-chrome-extension web-sql
HTML5 IndexedDB, Web SQL Database and browser wars

I'm starting the development of a web app with offline database storage requirements. Long story short, the app should be …

html indexeddb web-sql
How permanent is local storage on Android and iOS?

When my app stores data locally on a phone, how permanent is that storage? I'll elaborate the exact situation: I'm …

cordova local-storage web-sql
Where is data stored when using an HTML 5 Web SQL Database

I just read something about HTML 5 Web SQL Databases. I did a little search on here and Google but couldn't …

html web-sql
openDatabase Hello World

I'm trying to learn about openDatabase, and I think I'm getting it to INSERT INTO TABLE1, but I can't verify …

javascript jquery web-sql opendatabase
JavaScript Library to Bridge IndexedDB and WebSQL

I'm curious if there is a library or a project out there to provide a generic interface to IndexedDB or …

javascript web-sql indexeddb
HTML/JS as interface to local SQLite database

I'm writing a pretty simple database application, which I want to be locally stored (as opposed to looking up a …

javascript html sqlite web-sql
What is the maximum size of a Web SQL DB in iOS (Safari) on the iPad? How about LocalStorage?

What is the maximum data size when using HTML5's Web SQL to store data locally on the iPad? When …

html local-storage web-sql
Phonegap: WebSql or SqLite?

I have been working with phonegap for little time, and i'm having some trouble with the concept of storage in …

database sqlite cordova web-sql
Does IE support indexedDB, WebSQL, or a database similar to SQLite?

For Chrome, I can use IndexedDB and WebSQL, for Firefox, I can use IndexedDB, what about IE? I have developed …

sqlite internet-explorer web-sql indexeddb