parse_url_to_config
Function
This function is defined in the parse_utils module.Parse a URL string into a config object.
Signature
Parameters
URL string (e.g., “postgresql://localhost/db”)
Config dataclass to instantiate
Mapping of URL schemes to backend names
Returns
Config instance with backend and url set
Exceptions
ValueError
ValueError
If URL scheme is not supported

