Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inkdropapp/pouchdb-wrappers
Makes wrapping PouchDB functions a lot easier.
https://github.com/inkdropapp/pouchdb-wrappers
Last synced: 20 days ago
JSON representation
Makes wrapping PouchDB functions a lot easier.
- Host: GitHub
- URL: https://github.com/inkdropapp/pouchdb-wrappers
- Owner: inkdropapp
- Created: 2021-06-25T02:31:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T02:36:41.000Z (over 3 years ago)
- Last Synced: 2024-10-16T06:33:58.873Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @craftzdog/pouchdb-wrappers
Makes wrapping PouchDB functions a lot easier. Handy for writing
plug-ins.Written to be used for (and developed alongside) PouchDB plug-ins.
## Source
PouchDB Server 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-server/tree/master/packages/node_modules).
## License
The Apache 2 License. See [the LICENSE file](https://github.com/pouchdb/pouchdb-server/blob/master/LICENSE) for more information.