Skip to main content

Module external

Module external 

Source

Structs§

ViewSpec
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. See Database::sql / refresh_sql_session.
VirtualTableSpec

Functions§

quote_ident