0.0.1 • Published 6 years ago

polite-pouch v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

polite-pouch

A thin layer over PouchDB to make automatically adding ids and timestamps easier.

  • 8KB minified

Usage

import PouchDB from 'PouchDB';
import {politePouch} from 'politePouch';

PouchDB.plugin(politePouch);

const db = new PouchDB('foobar');
db.pleaseFindAll(); // returns all data

Installation

npm install --save polite-pouch

Documentation

API

License

MIT License

Copyright (c) 2018 Hexelberry Studios