Skip to main content
Module

x/dso/deps.ts>ClientConfig

Simple Orm library for Deno based on deno_mysql
Latest
interface ClientConfig
import { type ClientConfig } from "https://deno.land/x/dso@v1.0.0/deps.ts";

Clinet Config

Properties

optional
hostname: string

Database hostname

optional
username: string

Database username

optional
password: string

Database password

optional
port: number

Database port

optional
db: string

Database name

optional
debug: boolean

Whether to Display Packet Debugging Information

optional
timeout: number

Connect timeout

optional
poolSize: number

Connection pool size default 1

optional
charset: string

charset