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

x/grm/deps.ts>denodb.MySQLOptions

MTProto API Client for Deno 🦕
Go to Latest
interface denodb.MySQLOptions
implements ConnectorOptions
import { type denodb } from "https://deno.land/x/grm@v0.3.1/deps.ts";
const { MySQLOptions } = denodb;

Properties

database: string
host: string
username: string
password: string
optional
port: number
optional
charset: string
optional
logger: LoggerConfig