Skip to main content

build_module_name

Function build_module_name 

Source
pub fn build_module_name(
    schema_name: &str,
    table_name: &str,
    name_collides: bool,
) -> String
Expand description

Build a module name, prefixing with schema only when the name collides (same table name exists in multiple schemas).