Skip to main content

Module where_sql_generator

Module where_sql_generator 

Source
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§

WhereSqlGenerator
Generates SQL WHERE clause strings from AST.