Skip to main content
Module

x/mongo/mod.ts>Collection#insertOne

MongoDB driver for Deno
Extremely Popular
Go to Latest
method Collection.prototype.insertOne
import { Collection } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Parameters

doc: InsertDocument<T>
optional
options: InsertOptions