Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MongodbDatabase

import type { MongodbDatabase } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

MongoDB Database.

interface MongodbDatabase {
collections?: MongodbCollection[];
database?: string;
}

§Properties

§
collections?: MongodbCollection[]
[src]

Collections in the database.

§
database?: string
[src]

Database name.