Function spawnflake::datastores::my_sql::discover::get_foreign_keys[][src]

pub fn get_foreign_keys(
    conn: &mut Conn,
    table_name: String,
    schema: String
) -> Result<Vec<ForeignKeyRel>, Error>