Skip to main content

default_database_url

Function default_database_url 

Source
pub fn default_database_url() -> Result<String, Error>
Expand description

Returns the default SQLite URL inside the Agentic API home directory.

ยงErrors

Returns an error when the home directory cannot be resolved or created.