Expand description
WHERE clause to SQL string generator for fraiseql-wire.
Converts FraiseQL’s WHERE clause AST to SQL predicates that can be used
with fraiseql-wire’s where_sql() method.
Structs§
- Where
SqlGenerator - Generates SQL WHERE clause strings from AST.