diesel::pg::expression

Module dsl

Source
Expand description

PostgreSQL specific expression DSL methods.

This module will be glob imported by diesel::dsl when compiled with the feature = "postgres" flag.

Re-exports§

Functions§

  • Creates a PostgreSQL ALL expression.
  • Creates a PostgreSQL ANY expression.
  • Creates an ARRAY[...] expression.