An open API service indexing awesome lists of open source software.

https://github.com/robhogan/pouchdb-utils


https://github.com/robhogan/pouchdb-utils

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

pouchdb-utils ![semver non-compliant](https://img.shields.io/badge/semver-non--compliant-red.svg)
======

Unassorted utilities used by PouchDB.

### Usage

```bash
npm install --save-exact pouchdb-utils
```

For full API documentation and guides on PouchDB, see [PouchDB.com](http://pouchdb.com/). For details on PouchDB sub-packages, see the [Custom Builds documentation](http://pouchdb.com/custom.html).

### Warning: semver-free zone!

This package is conceptually an internal API used by PouchDB or its plugins. It does not follow semantic versioning (semver), and rather its version is pegged to PouchDB's. Use exact versions when installing, e.g. with `--save-exact`.

### Source

PouchDB and its sub-packages are distributed as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md).

For a full list of packages, see [the GitHub source](https://github.com/pouchdb/pouchdb/tree/master/packages).