pub fn fetch_metadata_from_database( url: &str, schema_filter: Option<String>, ) -> Result<SchemaMetadata>
Connect to a database and fetch its schema.
This is the main entry point for CLI usage.
url
schema_filter
The fetched schema metadata, or an error if connection/query fails.