Skip to main content
Module

x/mongo/mod.ts>Collection#insert

MongoDB driver for Deno
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.1/mod.ts";

Parameters

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