Autobot::Plugins::Builtin::SQLitePlugin
Inherits Autobot::Plugins::Plugin < Reference < Object
SQLite plugin for persistent structured data storage.
Provides a unified tool for managing SQLite databases with
automatic migration support. Requires the sqlite3 CLI.
Instance methods
required_executable
External CLI binary required by this plugin (e.g. "sqlite3", "gh"). Returns nil if no external binary is needed.
setup(context : PluginContext) : Nil
Called during setup to register tools and configure the plugin. The default implementation is a no-op.