diesel::pg

Module sql_types

Source
Available on crate feature postgres_backend only.
Expand description

PostgreSQL specific SQL types

Note: All types in this module can be accessed through diesel::sql_types

Structs§

Enums§

  • Represent postgres range bounds: ‘[]’, ‘(]’, ‘[)’, ‘()’, used in functions int4range, int8range, numrange, tsrange, tstzrange, daterange.

Type Aliases§