Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/mod.ts>Database#collection

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

Type Parameters

optional
T = Document

Parameters

name: string

Returns

Collection<T>