pub async fn run_server(
config: ServerConfig,
config_path: PathBuf,
) -> Result<ServerHandle, ServerError>Expand description
Build and start a LaminarDB server from the given configuration.
pub async fn run_server(
config: ServerConfig,
config_path: PathBuf,
) -> Result<ServerHandle, ServerError>Build and start a LaminarDB server from the given configuration.