export interface ClientOptions { url?: string; host?: string; port?: number; db?: number; password?: string; }