PouchDB

PouchDB

官方网站https://pouchdb.com/
GIT地址https://github.com/pouchdb/pouchdb
GIT Star数17034
开发语言JavaScript
话题couchdb, database, hacktoberfest, javascript, pouchdb
GIT信息最后更新日期2025/01/28 02:25
许可Apache-2.0
简介 PouchDB 是一个受 Apache CouchDB 启发的开源JavaScript数据库,旨在在浏览器环境中良好运行。

安装手册

Using PouchDB

To get started using PouchDB, check out the web site and API documentation.

Getting Help

The PouchDB community is active in #pouchdb on the CouchDB Slack, in the Google Groups mailing list, and on StackOverflow. Or you can mastodon @pouchdb!

If you think you've found a bug in PouchDB, please write a reproducible test case and file a Github issue.

Prerelease builds

If you like to live on the bleeding edge, you can build PouchDB from source using these steps:

git clone https://github.com/pouchdb/pouchdb.git
cd pouchdb
npm install

After running these steps, the browser build can be found in packages/node_modules/pouchdb/dist/pouchdb.js.