Skip to main content

quote_ident

Function quote_ident 

Source
pub fn quote_ident(name: &str) -> String
Expand description

A table/column/index name, double-quoted for SQL. Every identifier the ORM emits goes through this, so names that collide with SQL keywords (order, group, index, …) just work.