PouchDB Example |
PouchDB is Open Source, written in Javascript and inspired by Apache CouchDB, it is designed to be lightweight and easily embeddable.
Cross Browser
PouchDB uses various backends so it can work across various browsers and in Node.js. It uses IndexedDB in Firefox and Chrome, WebSQL in Safari and Opera and LevelDB in Node.js.
Currently tested in:
- Firefox 12+
- Chrome 19+
- Opera 12+
- Safari 5+
- Node.js 0.10+
- Apache Cordova
- Internet Explorer 10+
PouchDB Project Page
No comments:
Post a Comment