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§

pub use super::extensions::*;

Functions§

all
Creates a PostgreSQL ALL expression.
any
Creates a PostgreSQL ANY expression.
array
Creates an ARRAY[...] expression.