pub fn build_module_name( schema_name: &str, table_name: &str, name_collides: bool, ) -> String
Build a module name, prefixing with schema only when the name collides (same table name exists in multiple schemas).