Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denodb/lib/connectors/mysql-connector.ts>MySQLOptions

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
interface MySQLOptions
implements ConnectorOptions
import { type MySQLOptions } from "https://deno.land/x/denodb@v1.4.0/lib/connectors/mysql-connector.ts";

Properties

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