1.1.11 • Published 3 years ago

@hyper63/adapter-pouchdb v1.1.11

Weekly downloads
102
License
Apache-2.0
Repository
github
Last release
3 years ago

hyper63 PouchDB Adapter

hyper63 is a service framework that provides a common set of service commands for applications.

  • data
  • cache
  • storage
  • search

This adapter is for the data service, it uses pouchdb as the data service stores.

How to configure

npm install @hyper63/adapter-pouchdb
import pouchdb from '@hyper63/adapter-pouchdb'

export default {
  app: express,
  adapters: [
    ...
    { port: 'data', plugins: [pouchdb({dir: './data'})]}
  ]
}

How to use

see https://purple-elephants.surge.sh

Testing

yarn test
1.1.9

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago