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.
ドキュメントに修飾子を適用して、実際の更新クエリを実行する前に結果を確認することはできますか?
仮想/シミュレートされた更新のようなもの。
before私の目的は、最終的な操作後のドキュメントのみを受け入れる外部サービスを介して、フック内で可能な更新を検証し、場合によっては操作を中止することです。
before
Minimongo には、使用できる機能がありますLocalCollection._modify(doc, modifier)。サーバーにロードLocalCollectionするには、に追加minimongoしますlocal/packages
LocalCollection._modify(doc, modifier)
LocalCollection
minimongo
local/packages