Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードを使用します。
db.changes({'include_docs':true}).on('response', function (res) { res.on('data', function (change) { console.log(change); }); });
データベースで変更されたすべての(新旧の)ドキュメントを取得できますが、最近変更されたドキュメントを取得するにはどうすればよいですか?
sinceパラメータ、変更ドキュメントの詳細を見てください
since