pub fn dump_database(db: &Database) -> StringExpand description
Same as dump_schema, but takes a Database reference directly.
Useful for callers that already hold a Database (e.g., advanced
embedders bypassing the public Connection API).
pub fn dump_database(db: &Database) -> StringSame as dump_schema, but takes a Database reference directly.
Useful for callers that already hold a Database (e.g., advanced
embedders bypassing the public Connection API).