Pouchdb 简明教程

Discuss PouchDB

PouchDB 是一种用 JavaScript 编写的开源 in-browser database API 。它以 CouchDB 为模型——一种支持 npm 的 NoSQL 数据库。使用此 API,我们可以构建可在线和离线工作的应用程序。PouchDB 在内部使用 WebSQL 和 IndexedDB 来存储数据。本教程讨论了 PouchDB 的基础知识以及一些相关示例,便于理解。

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 applications that work offline and online. PouchDB uses WebSQL and IndexedDB internally to store the data. This tutorial discusses the basics of PouchDB along with relevant examples for easy understanding.