{"id":13426017,"url":"https://github.com/pouchdb/pouchdb","last_synced_at":"2025-05-12T18:18:22.315Z","repository":{"id":37460131,"uuid":"714074","full_name":"pouchdb/pouchdb","owner":"pouchdb","description":":kangaroo: - PouchDB is a pocket-sized database.","archived":false,"fork":false,"pushed_at":"2025-03-10T10:57:47.000Z","size":125550,"stargazers_count":17226,"open_issues_count":168,"forks_count":1470,"subscribers_count":266,"default_branch":"master","last_synced_at":"2025-05-12T18:18:04.764Z","etag":null,"topics":["couchdb","database","hacktoberfest","javascript","pouchdb"],"latest_commit_sha":null,"homepage":"https://pouchdb.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pouchdb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-06-10T18:34:24.000Z","updated_at":"2025-05-12T10:05:53.000Z","dependencies_parsed_at":"2022-07-12T16:18:10.074Z","dependency_job_id":"99cc23f2-548e-4d0c-8f8f-4351703213f0","html_url":"https://github.com/pouchdb/pouchdb","commit_stats":{"total_commits":4906,"total_committers":436,"mean_commits":"11.252293577981652","dds":0.7869955156950672,"last_synced_commit":"61953d170b2109855681a14e04176027340575eb"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pouchdb%2Fpouchdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pouchdb","download_url":"https://codeload.github.com/pouchdb/pouchdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253795162,"owners_count":21965488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["couchdb","database","hacktoberfest","javascript","pouchdb"],"created_at":"2024-07-31T00:01:24.341Z","updated_at":"2025-05-12T18:18:22.292Z","avatar_url":"https://github.com/pouchdb.png","language":"JavaScript","readme":"[PouchDB](https://pouchdb.com/) – The Database that Syncs!\n=========\n\n[![Build Status](https://github.com/pouchdb/pouchdb/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/pouchdb/pouchdb/actions/workflows/ci.yml?query=branch%3Amaster) [![npm version](https://img.shields.io/npm/v/pouchdb.svg)](https://www.npmjs.com/package/pouchdb) [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/pouchdb/badge?style=rounded)](https://www.jsdelivr.com/package/npm/pouchdb)\n\nPouchDB is an open-source JavaScript database inspired by [Apache CouchDB](http://couchdb.apache.org/) that is designed to run well within the browser.\n\nPouchDB was created to help web developers build applications that work as well offline as they do online.\n\nUsing PouchDB\n-------------\n\nTo get started using PouchDB, check out the [web site](https://pouchdb.com) and [API documentation](https://pouchdb.com/api.html).\n\nGetting Help\n------------\n\nThe PouchDB community is active [in `#pouchdb` on the CouchDB Slack](https://join.slack.com/t/couchdb/shared_invite/zt-fa9zim0j-H04m4o_KcLdWeOxEAcwM8g), in [the Google Groups mailing list](https://groups.google.com/forum/#!forum/pouchdb), and [on StackOverflow](http://stackoverflow.com/questions/tagged/pouchdb). Or you can [mastodon @pouchdb](https://fosstodon.org/@pouchdb)!\n\nIf you think you've found a bug in PouchDB, please write a reproducible test case and file [a Github issue](https://github.com/pouchdb/pouchdb/issues).\n\nPrerelease builds\n----\n\nIf you like to live on the bleeding edge, you can build PouchDB from source using these steps:\n\n    git clone https://github.com/pouchdb/pouchdb.git\n    cd pouchdb\n    npm install\n\nAfter running these steps, the browser build can be found in `packages/node_modules/pouchdb/dist/pouchdb.js`.\n\nChangelog\n----\n\nPouchDB follows [semantic versioning](http://semver.org/). To see a changelog with all PouchDB releases, check out the [Github releases page](https://github.com/pouchdb/pouchdb/releases).\n\nFor a concise list of breaking changes, there's the [wiki list of breaking changes](https://github.com/pouchdb/pouchdb/wiki/Breaking-changes).\n\nKeep in mind that PouchDB is auto-migrating, so a database created in 1.0.0 will still work if you open it in 4.0.0+. Any release containing a migration is clearly marked in the release notes.\n\nContributing\n------------\n\nWe're always looking for new contributors! If you'd like to try your hand at writing code, writing documentation, designing the website, writing a blog post, or answering [questions on StackOverflow](http://stackoverflow.com/search?tab=newest\u0026q=pouchdb), then we'd love to have your input.\n\nIf you have a pull request that you'd like to submit, please read the [contributing guide](https://github.com/pouchdb/pouchdb/blob/master/CONTRIBUTING.md) for info on style, commit message format, and other (slightly!) nitpicky things like that. PouchDB is heavily tested, so you'll also want to check out the [testing guide](https://github.com/pouchdb/pouchdb/blob/master/TESTING.md).\n","funding_links":[],"categories":["JavaScript","replication","Storage","By Industry","database","Data","数据库管理系统","javascript","17. 本地存储 ##","By Language","Back-End Development","Uncategorized","17. 本地存储","Databases"],"sub_categories":["Runner","Other","网络服务_其他","13.20 视差滚动(Parallax Scrolling) ###","Misc","JavaScript","Uncategorized","13.20 视差滚动(Parallax Scrolling)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchdb%2Fpouchdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpouchdb%2Fpouchdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpouchdb%2Fpouchdb/lists"}