{"id":15331071,"url":"https://github.com/janl/pouchdb","last_synced_at":"2025-10-10T01:30:30.085Z","repository":{"id":29334302,"uuid":"32868062","full_name":"janl/pouchdb","owner":"janl","description":":koala: - PouchDB is a pocket-sized database.","archived":false,"fork":true,"pushed_at":"2017-05-25T14:20:52.000Z","size":136653,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-02T09:54:47.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pouchdb.com/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pouchdb/pouchdb","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-25T14:01:47.000Z","updated_at":"2015-03-25T14:01:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/janl/pouchdb","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janl%2Fpouchdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janl%2Fpouchdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janl%2Fpouchdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janl%2Fpouchdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janl","download_url":"https://codeload.github.com/janl/pouchdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235892358,"owners_count":19061852,"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":[],"created_at":"2024-10-01T09:54:44.025Z","updated_at":"2025-10-10T01:30:25.676Z","avatar_url":"https://github.com/janl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[PouchDB](http://pouchdb.com/) - The Javascript Database that Syncs\n==================================================\n\n[![Build Status](https://travis-ci.org/pouchdb/pouchdb.svg)](https://travis-ci.org/pouchdb/pouchdb)\n\nPouchDB was written to help web developers build applications that work as well offline as well as they do online, applications save data locally so the user can use all the features of an app even while offline and synchronise the data between clients so they have up to date data wherever they go.\n\nPouchDB is a free open source project, written in Javascript by these [wonderful contributors](https://github.com/daleharvey/pouchdb/graphs/contributors) and inspired by \u003ca href=\"http://couchdb.apache.org/\"\u003eApache CouchDB\u003c/a\u003e.\n\nUsing PouchDB\n-------------\n\nTo get started using PouchDB check out our [Documentation](http://pouchdb.com/learn.html) and the [API Documentation](http://pouchdb.com/api.html).\n\n\nContributors\n------------\nIf you want to get involved then check out the [contributing guide](https://github.com/daleharvey/pouchdb/blob/master/CONTRIBUTING.md)\n\nExample\n-------\n\n```javascript\nvar db = new PouchDB('dbname');\n\ndb.put({\n _id: 'dave@gmail.com',\n name: 'David',\n age: 68\n});\n\ndb.changes().on('change', function() {\n  console.log('Ch-Ch-Changes');\n});\n\ndb.replicate.to('http://example.com/mydb');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanl%2Fpouchdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanl%2Fpouchdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanl%2Fpouchdb/lists"}