pub fn default_catalog_factories() -> CatalogFactoryRegistryExpand description
Returns the persistence-owned catalog-factory registry.
The neutral registry types live in catalog_factory. Concrete built-in
backend registrations are assembled here so consumers such as backtest, live,
CLI tools, and Python bindings can share the same defaults without making the
shared factory module depend on backend-specific modules.