Skip to main content
Module

x/denodb/mod.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.2.0/mod.ts";

Properties

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