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
- The
ArraySQL type. - The
CIDRSQL type. This type can only be used withfeature = "network-address"orfeature = "ipnet-address". - The
INETSQL type. This type can only be used withfeature = "network-address"orfeature = "ipnet-address". - The
jsonbSQL type. This type can only be used withfeature = "serde_json" - The
MACADDRSQL type. - The PostgreSQL Money type.
- The
OIDSQL type. This is a PostgreSQL specific type. - The
RangeSQL type. - The
Record(a.k.a. tuple) SQL type. - The “timestamp with time zone” SQL type, which PostgreSQL abbreviates to
timestamptz. - The
UUIDSQL type. This type can only be used withfeature = "uuid"