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

x/hex/src/data/deps.ts>mongo.ConnectOptions

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface mongo.ConnectOptions
import { type mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { ConnectOptions } = mongo;

Properties

optional
compression: string[]
optional
certFile: string
optional
keyFile: string
optional
keyFilePassword: string
optional
tls: boolean
optional
safe: boolean
optional
credential: Credential
db: string
servers: Server[]
optional
retryWrites: boolean
optional
appname: string