pub fn render_test_datamodel(
    test_database: &str,
    template: String,
    excluded_features: &[&str],
    relation_mode_override: Option<String>,
    db_schemas: &[&str],
    isolation_level: Option<&'static str>
) -> String
Expand description

Render the complete datamodel with all bells and whistles.