mz_mysql_util::schemas

Function schema_info

Source
pub async fn schema_info<'a, Q>(
    conn: &mut Q,
    schema_request: &SchemaRequest<'a>,
) -> Result<Vec<MySqlTableSchema>, MySqlError>
where Q: Queryable,
Expand description

Retrieve the tables and column descriptions for tables in the given schemas.