pub async fn connect_from_spec(spec: &CatalogSpec) -> CliResult<CatalogHandle>Available on crate feature
catalog only.Expand description
Build a catalog store from the catalog: block. Errors are config-level
(bad scheme / missing build feature) and fail fast at load time; an
unreachable SQL backend degrades to in-memory via FallbackHistory
(logged, run unaffected) exactly like faucet serve --history.