pouchdb-adapter-hyperbee

1.0.3 • Public • Published

pouchdb-adapter-hyperbee

Adapter for PouchDB to load p2p data from Hyperbee

Example

PouchDB.plugin(require('poouchdb-adapter-hyperbee')())

// You can pass any valid `hyper://` URL
// URLs with a `name` in them will generate a local hyperbee
// You can sparsely load remote DBs with a full `hyper://` URL
const pouch = new PouchDB('hyper://example', {
  adapter: 'hyperbee'
})

// Wait for the DB to open if you want to access the bee directly
pouch.once('open', () => {
  const url = await pouch.getURL()

  // In case you want to access the hyperbee instance directly
  const bee = pouch.bee
})

Readme

Keywords

none

Package Sidebar

Install

npm i pouchdb-adapter-hyperbee

Weekly Downloads

0

Version

1.0.3

License

AGPL-3.0

Unpacked Size

38.1 kB

Total Files

5

Last publish

Collaborators

  • rangermauve