Expand description

Cursor based pagination for SQLx.

It is built around [sqlx::QueryBuilder], and has the same security level.

See Page for the API, and the examples directory in the Git repository for an example.

Structs

The struct used to perform pagination