Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
function update
import { update } from "https://deno.land/x/mongo@v0.31.1/src/collection/commands/update.ts";

Parameters

protocol: WireProtocol
dbName: string
collectionName: string
query: Document
doc: Document
optional
options: UpdateOptions