Module diesel::pg::expression

source ·
Available on crate feature postgres_backend only.
Expand description

PostgreSQL related query builder extensions

Everything in this module is re-exported from database agnostic locations. You should rely on the re-exports rather than this module directly. It is kept separate purely for documentation purposes.

Modules§

  • PostgreSQL specific expression DSL methods.
  • This module contains extensions that are added to core types to aid in building expressions. These traits are not exported by default. The are also re-exported in diesel::dsl
  • PostgreSQL specific functions