File: query.md

package info (click to toggle)
python-odmantic 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,640 kB
  • sloc: python: 8,547; sh: 37; makefile: 34; xml: 13; javascript: 3
file content (27 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
::: odmantic.query.QueryExpression

## Logical Operators

::: odmantic.query.and_
::: odmantic.query.or_
::: odmantic.query.nor_


## Comparison Operators

::: odmantic.query.eq
::: odmantic.query.ne
::: odmantic.query.gt
::: odmantic.query.gte
::: odmantic.query.lt
::: odmantic.query.lte
::: odmantic.query.in_
::: odmantic.query.not_in
::: odmantic.query.match


## Sort helpers

::: odmantic.query.SortExpression
::: odmantic.query.asc
::: odmantic.query.desc