Top "Web-sql" questions

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

Processing a large (12K+ rows) array in JavaScript

The project requirements are odd for this one, but I'm looking to get some insight... I have a CSV file …

javascript json indexeddb web-sql
delete row from result set in web sql with javascript

I understand that the result set from web sql isn't quite an array, more of an object? I'm cycling through …

javascript html web-sql
HTML5 WebSQL: how to know when a db transaction finishes?

I've the following code that gets a json recordset and insert some data in three different tables on the client …

jquery database html web-sql
How to get the context of a Web Sql error?

I start deploying an offline application on iPhones, but it's still under heavy developpment. I have a simple error handler …

javascript web-sql
Web SQL Storage Limitations in Chrome and Android?

So I am writing a web app that needs to store ~40MB of offline data in a offline Web SQL …

android html google-chrome storage web-sql
IndexedDB Performance and IndexedDB v/s WebSQL performance comparison

WebSQL and IndexedDB are both DB API for accessing (CRUD) the underlying embedded database in the web browser. Which, if …

sqlite browser indexeddb web-sql leveldb
how to store data to database in HTML5

I'm trying to build a mobile app in HTML5. I need to store the data in the database. I've look …

sql ios html web-sql
HTML 5 Web SQL Database Transaction commit or rollback when refreshing page

As written in the Safari Client-Side Storage and Offline Applications Programming Guide, rolling back a HTML 5 Web SQL Database transaction …

javascript database html transactions web-sql
Web SQL get column list from table

I try get column list from Web sql (Chrome local database). Оne of the decisions - get info from sqlite_…

javascript regex sqlite google-chrome web-sql
Conceptual problems with IndexedDB (relationships etc.)

I'm writing a thesis about offline abilities of web applications. My task is to show the possibilities of offline storage …

javascript html local-storage web-sql indexeddb