Expand description
Shared SQL types used across the compiler, schema, and database layers.
These types are defined here (rather than in compiler::aggregation or
schema) so that db/ can import them without creating a dependency on
the compilation or schema layers — a prerequisite for eventually extracting
db/ into its own crate (fraiseql-db).
Structs§
- Order
ByClause - ORDER BY clause with optional type and native column information.
- SqlProjection
Hint - SQL projection hint for database-specific field projection optimization.
Enums§
- Order
ByField Type - SQL sort type for ORDER BY cast generation.
- Order
Direction - Sort direction