pouchdb-node
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/pouchdb-node package

8.0.1 • Public • Published

pouchdb-node

PouchDB, the Node-only edition. A preset representing the PouchDB code that runs in Node.js, without any of the code required to run it in the browser.

The pouchdb-node preset contains the version of PouchDB that is designed for Node.js. In particular, it uses the LevelDB adapter and doesn't ship with the IndexedDB or WebSQL adapters. It also contains the replication, HTTP, and map/reduce plugins.

Use this preset if you are only using PouchDB in Node, and not in the browser.

Usage

npm install pouchdb-node
var PouchDB = require('pouchdb-node');
var db = new PouchDB('mydb');

For full API documentation and guides on PouchDB, see PouchDB.com. For details on PouchDB sub-packages, see the Custom Builds documentation.

Source

PouchDB and its sub-packages are distributed as a monorepo.

For a full list of packages, see the GitHub source.

Readme

Keywords

none

Package Sidebar

Install

npm i pouchdb-node

Weekly Downloads

2,561

Version

8.0.1

License

Apache-2.0

Unpacked Size

622 kB

Total Files

5

Last publish

Collaborators

  • jcoglan
  • albaherreriasdev
  • jan
  • daleharvey
  • pouchdb-user
  • garethbowen
  • garrensmith
  • nolanlawson
  • willholley