SingleRunner
Layers
A sql backed single-node cluster, that can be used for running durable entities and workflows.
Signature
declare function layer(options?: { readonly runnerStorage?: "memory" | "sql"; readonly shardingConfig?: any;}): Layer<Sharding | MessageStorage | Runners, ConfigError, SqlClient>