https://github.com/robhogan/pouchdb-utils
https://github.com/robhogan/pouchdb-utils
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robhogan/pouchdb-utils
- Owner: robhogan
- License: apache-2.0
- Created: 2017-12-28T00:27:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T00:27:55.000Z (over 8 years ago)
- Last Synced: 2025-10-07T20:44:41.825Z (8 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pouchdb-utils 
======
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).