Module diesel::expression::extensions [] [src]

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::expression::dsl

Traits

DayAndMonthIntervalDsl

A DSL added to i32 and f64 to construct PostgreSQL intervals of greater than 1 day.

MicroIntervalDsl

A DSL added to i64 and f64 to construct PostgreSQL intervals of less than 1 day.