DZone Database Zone
The Beginner’s Guide to PouchDB
PouchDB is an open-source client-side database API written in JavaScript. It is modeled after CouchDB, a NoSQL database that runs within the browser.
If you are not familiar with NoSQL databases, let me give you a short introduction. NoSQL is a term used for high-performance, non-relational databases. It provides a mechanism for storage and retrieval of data other than tabular relations model used in relational databases. These databases utilize a variety of data models, including document, graph, key-value, and column store. Check out the list of NoSQL databases here.
No comments:
Post a Comment