Module diesel::pg::expression::dsl[][src]

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

Creates a PostgreSQL ALL expression.

Creates a PostgreSQL ANY expression.

Creates an ARRAY[...] expression.