官方网站 | 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数据库,旨在在浏览器环境中良好运行。 |
To get started using PouchDB, check out the web site and API documentation.
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.
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
.