pub fn dump_schema(conn: &Connection) -> StringExpand description
Render the schema of every user-visible table as a sequence of
CREATE TABLE … (…); statements, sorted alphabetically by name.
The internal sqlrite_master catalog is filtered out — the LLM
doesn’t need to know about it and including it would confuse the
generation.