export class DbConfig { driver?: string; url?: string; user?: string; password?: string; };