Module query

Module query 

Source
Expand description

Tools for defining the query to be used when fetching items from the database.

Structs§

Query
Builder type to build a query to perform.

Enums§

Condition
Enum specifying the variants of conditions to be useed when querying (fetching) the items. The type contains factory methods to facilitate the construction of variants. Check deta docs for more information.