Expand description
PostgreSQL value conversion traits and types
Structs§
- Value
Wrapper - Wrapper for SQL with type information
Enums§
- Owned
Postgres Value - Owned version of PostgresValue that doesn’t borrow data
- Postgres
Insert Value - Represents a value for INSERT operations that can be omitted, null, or a SQL expression
- Postgres
Value - Represents a PostgreSQL value.