MySqlProxyCacheConfig: Prettify<
    BasicConnectionConfig & {
        database: string;
        password?: string;
        user?: string;
    },
>

(!) MySqlProxyCacheConfig is not supported yet