Module 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ยง

dsl
PostgreSQL specific expression DSL methods.
extensions
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
functions
PostgreSQL specific functions