pub fn render_catalog(catalog: &Catalog) -> StringExpand description
Render an entire Catalog as a single SQL string with one CREATE
statement per object, in dependency-correct order.
Order: schemas → tables (inline PK/UK/CHECK only) → FK ALTER TABLE ADD CONSTRAINT stmts → standalone indexes → sequences. Each block is
separated by a blank line for readability.