Function mz_postgres_util::schemas::get_schemas

source ยท
pub async fn get_schemas(
    client: &Client,
) -> Result<Vec<PostgresSchemaDesc>, PostgresError>