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

x/mongo/src/utils/srv.ts>Srv

MongoDB driver for Deno
Extremely Popular
Go to Latest
class Srv
import { Srv } from "https://deno.land/x/mongo@v0.31.1/src/utils/srv.ts";

Constructors

new
Srv(resolver?)

Properties

resolver: Resolver

Methods

resolve(url: string): Promise<SRVResolveResult>
resolveSrvUrl(urlString: string): Promise<ConnectOptions>