servant-util-beam-pg-0.1.0.2: Implementation of servant-util primitives for beam-postgres.
Safe HaskellNone
LanguageHaskell2010

Servant.Util.Beam.Postgres.Pagination

Description

Implements pagination in terms of `beam-postgres`.

Synopsis

Documentation

paginate_ :: _ => PaginationSpec -> Q select db (QNested (QNested s)) a -> Q select db s _ Source #

Truncate response according to the given pagination specification.