pub fn dump_schema_for_connection(conn: &Connection) -> StringExpand description
Render the schema of every user-visible table on conn as a
sequence of CREATE TABLE … (…); statements, sorted
alphabetically by table name.
pub fn dump_schema_for_connection(conn: &Connection) -> StringRender the schema of every user-visible table on conn as a
sequence of CREATE TABLE … (…); statements, sorted
alphabetically by table name.