pub async fn fetch_schema_map<T>(
    storage: &T,
    statement: &Statement
) -> Result<HashMap<String, Schema>, Error>where
    T: Store,