Function mz_mysql_util::schemas::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.