Expand description
Engine construction and lifecycle for LaminarDB server.
Enumsยง
- Server
Error - Server
Handle - Handle to a running LaminarDB server. Call
wait_for_shutdownto block until Ctrl-C.
Functionsยง
- apply_
checkpoint_ ๐config - Apply checkpoint settings to a
LaminarDBbuilder. - execute_
config_ ๐ddl - Execute DDL for all config sections (sources, lookups, pipelines, sinks, raw SQL).
- file_
url_ ๐to_ path - Extract a local filesystem path from a
file://URL, orNonefor cloud URLs. - lookup_
to_ ddl - pipeline_
to_ ddl - run_
server - Build and start a LaminarDB server from the given configuration.
- sink_
to_ ddl - source_
to_ ddl - spawn_
config_ ๐watcher - Spawn config file watcher unless disabled via
LAMINAR_DISABLE_FILE_WATCH=1. - start_
http_ ๐api - Start HTTP API server and return (shared state, join handle).
- toml_
value_ ๐to_ sql - Convert a TOML value to a SQL string literal value. Escapes single quotes (SQL standard: โ โ โโ).
- wait_
for_ ๐termination_ signal