export type ConnectionConfig = { host: string, username: string, password: string, database: string, port: number };