PouchDB
Installation
npm i air5@latest --save
npm i air5-pouch@latest --save
Usage
const Air5 = require('air5')
const database = new Air5('example-name', {
provider: 'pouchDB',
path: './air5/'
})
Last updated
Was this helpful?