LLMProxy.Storage.QuackDBServer (llm_proxy v0.1.0)

Copy Markdown View Source

Starts the bundled QuackDB server and wires its generated token into the bundled Ecto repo.

QuackDB owns local server token generation when no token is supplied. LLMProxy reads that generated token from the running server process and updates the bundled QuackDB repo configuration before the repo starts, avoiding an operator-managed QUACKDB_TOKEN secret.

Summary

Functions

child_spec(options)

@spec child_spec(keyword()) :: Supervisor.child_spec()

start_link(options)

@spec start_link(keyword()) :: GenServer.on_start()