pub async fn ensure_library(client: &Client) -> Result<(), LoadError>Expand description
Ensure the flowfabric function library is loaded on the server and at
the expected version.
FCALL ff_version 0— check if library is loaded and version matches- If missing or version mismatch →
FUNCTION LOAD REPLACE(with retry) - Verify by calling
ff_versionagain