Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
method Collection.prototype.insert
Deprecated
Deprecated

Use insertOne, insertMany or bulkWrite instead.

import { Collection } from "https://deno.land/x/mongo@v0.31.2/src/collection/mod.ts";

Parameters

docs: InsertDocument<T> | InsertDocument<T>[]
optional
options: InsertOptions