Tuesday, September 12, 2017

The Beginner’s Guide to PouchDB

DZone Database Zone
The Beginner’s Guide to PouchDB
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:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...