PouchDB can also be directly downloaded:
- pouchdb-9.0.0.min.js (compressed for production)
- pouchdb-9.0.0.js (uncompressed for debugging)
If you are using PouchDB in Internet Explorer a Promise and Fetch polyfill will be needed.
PouchDB can be installed through npm:
After installing, call require()
to use it:
PouchDB can be used either in Node or in the browser. A bundler such as Browserify, Webpack, or Rollup is needed for browser usage.
Browser only
If you're only using PouchDB in the browser, you can use pouchdb-browser
for
faster install times:
See custom builds for more options.
PouchDB is hosted at these CDNs:
For past releases and changelog, check out the Github releases page.
For third-party plugins, see the plugins page.
For custom builds and first-party plugins, see the custom builds page.