Remove function with query is missing: `destroyAll(cond)`
オープン
- 主要言語
- JavaScript
- スター
- 2k
- フォーク
- 238
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
like here:
http://docs.mongodb.org/manual/reference/method/db.collection.remove/
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Look at the MongoDB adapter in the jugglingdb codebase, likely under lib/adapters/. Find the existing destroy or remove methods. The issue references the MongoDB remove method documentation. Implement a destroyAll(cond) function that accepts a condition object and translates it to a MongoDB remove query. Check test files for the MongoDB adapter to see how other database operations are tested.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, mongodb
- 領域
- backend, databases
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 40/100