pub async fn new_postgres_async<T: Into<Text>>(
    config: T,
    check: bool,
    pool_size: u32
) -> PuffResult<PostgresClient>