pouchdb

WebJar for pouchdb

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

pouchdb
Last Version

Last Version

7.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

pouchdb
WebJar for pouchdb
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/pouchdb/pouchdb

Download pouchdb

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/pouchdb/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>pouchdb</artifactId>
    <version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/pouchdb/
implementation 'org.webjars.npm:pouchdb:7.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/pouchdb/
implementation ("org.webjars.npm:pouchdb:7.0.0")
'org.webjars.npm:pouchdb:jar:7.0.0'
<dependency org="org.webjars.npm" name="pouchdb" rev="7.0.0">
  <artifact name="pouchdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='pouchdb', version='7.0.0')
)
libraryDependencies += "org.webjars.npm" % "pouchdb" % "7.0.0"
[org.webjars.npm/pouchdb "7.0.0"]

Dependencies

compile (19)

Group / Artifact Type Version
org.webjars.npm : buffer-from jar [1.1.0]
org.webjars.npm : clone-buffer jar [1.0.0]
org.webjars.npm : fetch-cookie jar [0.7.0]
org.webjars.npm : levelup jar [3.0.1]
org.webjars.npm : ltgt jar [2.2.1]
org.webjars.npm : level-codec jar [7.0.1]
org.webjars.npm : spark-md5 jar [3.0.0]
org.webjars.npm : argsarray jar [0.0.1]
org.webjars.npm : level jar [3.0.2]
org.webjars.npm : double-ended-queue jar [2.1.0-0]
org.webjars.npm : uuid jar [3.2.1]
org.webjars.npm : immediate jar [3.0.6]
org.webjars.npm : level-write-stream jar [1.0.0]
org.webjars.npm : through2 jar [2.0.3]
org.webjars.npm : leveldown jar [3.0.0]
org.webjars.npm : readable-stream jar [1.0.33]
org.webjars.npm : vuvuzela jar [1.0.3]
org.webjars.npm : inherits jar [2.0.3]
org.webjars.npm : node-fetch jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

PouchDB – The Database that Syncs!

Build Status Coverage Status Greenkeeper badge npm version jsDelivr Hits

PouchDB is an open-source JavaScript database inspired by Apache CouchDB that is designed to run well within the browser.

PouchDB was created to help web developers build applications that work as well offline as they do online.

Using PouchDB

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

Getting Help

The PouchDB community is active on Freenode IRC, in the Google Groups mailing list, and on StackOverflow. Or you can tweet @pouchdb!

If you think you've found a bug in PouchDB, please write a reproducible test case and file a Github issue. You can start with a template we have built on glitch.

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.

Changelog

PouchDB follows semantic versioning. To see a changelog with all PouchDB releases, check out the Github releases page.

For a concise list of breaking changes, there's the wiki list of breaking changes.

Keep 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.

Contributing

We'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, then we'd love to have your input.

If you have a pull request that you'd like to submit, please read the contributing guide 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.

org.webjars.npm

PouchDB

The database that syncs!

Versions

Version
7.0.0
6.1.0
5.3.2
5.3.1
3.5.0