package documentation

Undocumented

Module compiler No module docstring; 1/1 function, 0/5 class documented
Module constants Constants specific to the SQL storage portion of the ORM.
Module datastructures Useful auxiliary data structures for query construction. Not useful outside the SQL domain.
Module query Create SQL statements for QuerySets.
Module subqueries Query subclasses which provide extra functionality beyond simple data retrieval.
Module where Code to manage the creation and SQL rendering of 'where' constraints.

From __init__.py:

Constant AND Undocumented
Constant OR Undocumented
AND: str =

Undocumented

Value
'AND'
OR: str =

Undocumented

Value
'OR'