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

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