pub(crate) async fn execute_config_ddl(
db: &LaminarDB,
config: &ServerConfig,
) -> Result<(), ServerError>Expand description
Execute DDL for all config sections (sources, lookups, pipelines, sinks, raw SQL).
pub(crate) async fn execute_config_ddl(
db: &LaminarDB,
config: &ServerConfig,
) -> Result<(), ServerError>Execute DDL for all config sections (sources, lookups, pipelines, sinks, raw SQL).