Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/moinism/webdb
- Owner: moinism
- License: mit
- Created: 2013-05-01T14:24:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T15:13:32.000Z (over 8 years ago)
- Last Synced: 2023-03-27T22:37:10.142Z (over 1 year ago)
- Topics: html5, sql, webdb, websql
- Language: JavaScript
- Size: 10.7 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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