Skip to main content
Module

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

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

Properties

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