Module backend::db::pagination
source · Expand description
Paginate queries.
Structs§
- An executable paginated query.
Constants§
- The default number of rows returned from a paginated query.
- The minimum value for page number in a paginated query. Pages start at 1. Using a lower value would lead to nonsensical queries.
- The minimum number of rows returned from a paginated query.
Traits§
- A trait intended for enabling pagination in diesel’s query builder.