English 中文(简体)
PouchDB - Discussion
  • 时间:2024-09-17

Discuss PouchDB


Previous Page Next Page  

PouchDB is an open source in-browser database API written in JavaScript. It is modelled after CouchDB – a NoSQL database that powers npm. Using this API, we can build apppcations that work offpne and onpne. PouchDB uses WebSQL and IndexedDB internally to store the data. This tutorial discusses the basics of PouchDB along with relevant examples for easy understanding.

Advertisements