Skip to main content

dump_schema_for_connection

Function dump_schema_for_connection 

Source
pub fn dump_schema_for_connection(conn: &Connection) -> String
Expand description

Render the schema of every user-visible table on conn as a sequence of CREATE TABLE … (…); statements, sorted alphabetically by table name.