1.

What Is Pouchdb?

Answer»

POUCHDB is an open-source "in-browser" DATABASE API written in JavaScript. It is modeled after CouchDB(a NoSQL database that powers npm). It facilitates you to build applications that work offline and ONLINE by using this API. PouchDB uses WebSQL and IndexedDB internally to store the data.

PouchDB is an open-source "in-browser" database API written in JavaScript. It is modeled after CouchDB(a NoSQL database that powers npm). It facilitates you to build applications that work offline and online by using this API. PouchDB uses WebSQL and IndexedDB internally to store the data.



Discussion

No Comment Found