Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moinism/webdb

A jQuery and JavaScript plugin which make it easy to use WebSQL feature of HTML5. If you are not using this cool HTML5 feature just because it is hard to use then this plugin is for you. AJAX like calls to perform SQL actions.
https://github.com/moinism/webdb

html5 sql webdb websql

Last synced: 24 days ago
JSON representation

A jQuery and JavaScript plugin which make it easy to use WebSQL feature of HTML5. If you are not using this cool HTML5 feature just because it is hard to use then this plugin is for you. AJAX like calls to perform SQL actions.

Awesome Lists containing this project

README

        

WebDB
=====

A JavaScript plugin which make it easy to use WebSQL feature of HTML5. If you are not using this cool HTML5 feature just because it is hard to use then this plugin is for you. AJAX like calls to perform SQL actions.

#### NOTE:

WebSQL API has been deprecated by W3C and is no longer maintained. Browsers's support may drop in future.
I'd highly recommend you switch to better solution like **[ChotaDB](https://github.com/moinism/chotadb)**.

I've re-written this plugin from scratch because it is still really popular and most of the browsers are supporting the API.

### Current Support:

| Browser/Device | Support |
|:-----------|------------:|
| Chrome - Desktop | ✅ |
| Chrome - Mobile | ✅ |
| Android Browser | ✅ |
| Safari - Desktop | ✅ |
| Safari - iOS | ✅ |
| Opera - Desktop | ✅ |
| Opera - Mobile | ? |
| Opera Mini | ❌ |
| IE | ❌ |
| Firefox | ❌ |
| Cordova | ? |

Detailed support is [available here](http://caniuse.com/#feat=sql-storage).

More detail, demo and docs can be found at http://moin.im/plugins/webdb/index.html