Expand description
Type conversion traits and implementations for PostgreSQL types.
This module provides traits for converting Rust types to/from PostgreSQL wire format.
Re-exports§
Modules§
- numeric
- NUMERIC/DECIMAL type support for PostgreSQL.
- temporal
- Timestamp type conversions for PostgreSQL.
Structs§
- Cidr
- IPv4/IPv6 network block (
cidr) - Inet
- IPv4/IPv6 host/network address (
inet) - Json
- JSON value (wraps the raw JSON string)
- MacAddr
- MAC address (
macaddr) - Uuid
- UUID type (uses String internally for simplicity)
Enums§
- Type
Error - Error type for type conversion failures.