diesel::pg::types

Module sql_types

Source
Expand description

PostgreSQL specific SQL types

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

Structs§

  • The Array SQL type.
  • The CIDR SQL type. This type can only be used with feature = "network-address"
  • The INET SQL type. This type can only be used with feature = "network-address"
  • The JSON SQL type. This type can only be used with feature = "serde_json"
  • The jsonb SQL type. This type can only be used with feature = "serde_json"
  • The MACADDR SQL type. This type can only be used with feature = "network-address"
  • The PostgreSQL Money type.
  • The OID SQL type. This is a PostgreSQL specific type.
  • The Range SQL type.
  • The Record (a.k.a. tuple) SQL type.
  • The “timestamp with time zone” SQL type, which PostgreSQL abbreviates to timestamptz.
  • The UUID SQL type. This type can only be used with feature = "uuid"

Type Aliases§