module documentation

Constants specific to the SQL storage portion of the ORM.
Constant CURSOR Undocumented
Constant GET​_ITERATOR​_CHUNK​_SIZE Undocumented
Constant INNER Undocumented
Constant LOUTER Undocumented
Constant MULTI Undocumented
Constant NO​_RESULTS Undocumented
Constant ORDER​_DIR Undocumented
Constant SINGLE Undocumented
CURSOR: str =

Undocumented

Value
'cursor'
GET_ITERATOR_CHUNK_SIZE: int =

Undocumented

Value
100
INNER: str =

Undocumented

Value
'INNER JOIN'
LOUTER: str =

Undocumented

Value
'LEFT OUTER JOIN'
MULTI: str =

Undocumented

Value
'multi'
NO_RESULTS: str =

Undocumented

Value
'no results'
ORDER_DIR: dict =

Undocumented

Value
{'ASC': ('ASC', 'DESC'), 'DESC': ('DESC', 'ASC')}
SINGLE: str =

Undocumented

Value
'single'