我正在尝试构建一个在离线和在线之间同步的应用程序,它使用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/';