Module where_node

Source

Structs§

WhereNode
Represents a where node in py_sql. It’s used to dynamically build the WHERE clause of a SQL query. It will automatically prepend WHERE if needed and remove leading AND or OR keywords from its content.