const db = { local: new PouchDB('todos'), remote: new PouchDB('http://localhost:5984/todos', { skipSetup: true, auth: { username: ...
確定! 回上一頁