Beginner’s Guide to PouchDB

Swathi Prasad
4 min readFeb 7, 2021

JavaScript DBMS with an API inspired by CouchDB

Image from freesvg.org

PouchDB is an open source client-side database API written in JavaScript. It is modelled 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…

Swathi Prasad

Software architect and developer living in Germany. Sharing my opinion and what I learn.