用mouchdb连接mlab数据库

时间:2017-04-06 10:53:57

标签: ionic2 pouchdb cloudant mlab

我正在尝试构建一个在离线和在线之间同步的应用程序,它使用cloudant和pouchdb,我想使用mlab而不是cloudant 这是我的代码:

 this.db = new PouchDB('cloudo');

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

0 个答案:

没有答案