Skip to main content
Module

x/atlas_sdk/mod.ts>MongoClientConstructorOptions

TypeSafe MongoDB Atlas Data API SDK for Deno, Deno Deploy and Node.js
Latest
interface MongoClientConstructorOptions
import { type MongoClientConstructorOptions } from "https://deno.land/x/atlas_sdk@v1.1.3/mod.ts";

Properties

dataSource: string
auth: AuthOptions
endpoint: string
optional
fetch: fetch