Skip to main content
Module

x/denodb/deps.ts>MongoDBClientOptions

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
interface MongoDBClientOptions
import { type MongoDBClientOptions } from "https://deno.land/x/denodb@v1.0.40/deps.ts";

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