interface MySQLOptions implements ConnectorOptionsimport { type MySQLOptions } from "https://deno.land/x/denodb@v1.4.0/mod.ts"; Propertiesdatabase: stringhost: stringusername: stringpassword: stringoptionalport: numberoptionalcharset: stringoptionallogger: LoggerConfig