interface mysql {
    database: string;
    host: string;
    password: string;
    port: number;
    username: string;
}

Properties

database: string
host: string
password: string
port: number
username: string

Generated using TypeDoc