Structs§
- View
Spec - A SQL view definition (
CREATE VIEW <name> AS <select>). Views are session-scoped in the engine (not persisted to the catalog), so a view created via a migration lives in the kit’s long-lived SQL session for the database’s lifetime — mirroring how the daemon and long-lived apps use MongrelDB. SeeDatabase::sql/refresh_sql_session. - Virtual
Table Spec