Function dbviz::postgresql::is_primary_key
source ยท fn is_primary_key(table: &str, column: &str, indexes: &[Index]) -> bool
Expand description
Check if a column is a primary key
fn is_primary_key(table: &str, column: &str, indexes: &[Index]) -> bool
Check if a column is a primary key