ionic2 - connecting mlab database with pouchdb -


i'm trying build application sync between offline , online,its working cloudant , pouchdb,i want use mlab instead of cloudant here code:

 this.db = new pouchdb('cloudo');  this.db = new pouchdb('cloudo');  this.username = '';     this.password = '';     this.remote = 'https://oussemalaamiri.cloudant.com/museums/'; 


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -