Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodb/deps.ts>MongoDBClient#connect

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method MongoDBClient.prototype.connect
import { MongoDBClient } from "https://deno.land/x/denodb@v1.1.0/deps.ts";

Parameters

options: ConnectOptions | string

Returns

Promise<Database>