class

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

description

Human-readable description.

Source
name

Unique identifier for this plugin (snake_case).

Source
required_executable

External CLI binary required by this plugin (e.g. "sqlite3", "gh"). Returns nil if no external binary is needed.

Source
setup(context : PluginContext) : Nil

Called during setup to register tools and configure the plugin. The default implementation is a no-op.

Source
version

Semantic version string.

Source