pub fn quote_ident(name: &str) -> String
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.
order
group
index