Skip to main content

migration_tools

Function migration_tools 

Source
pub fn migration_tools() -> Vec<Box<dyn DynTool>>
Expand description

Returns all migration management SQLite tools

These tools allow agents to evolve database schemas over time by storing and executing migrations within the database itself.