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
- SqlProjection
Hint - SQL projection hint for database-specific field projection optimization.
Enums§
- Order
Direction - Sort direction