UNPKG

own-couchdb

Version:
6 lines (4 loc) 174 B
import PouchDB from 'pouchdb'; export default function getDb(endpoint, db, Authorization) { return new PouchDB(`${endpoint}/${db}`, {ajax: {headers: {Authorization}}}); }