6.1.3 • Published 5 years ago
air5-pouch v6.1.3
Air5-PouchDB
 
 

Air5 PouchDB Adapter.
Installation
npm i air5@latest --save
npm i air5-pouch@latest --saveUsage
const Air5 = require('air5')
 
const database = new Air5('example-name', {
    provider: 'pouchDB',
    path: './air5/'
})Copyright 2020 Jairus Tanaka - Apache 2.0
