Skip to main content

Module extension

Module extension 

Source
Expand description

Extension registration for the database crate’s own schema.

Every systemprompt extension that owns DDL registers itself through the inventory framework. The database crate registers its own bookkeeping tables (extension_migrations) and shared SQL helper functions so that they install before any downstream extension runs.

Structs§

DatabaseExtension