Module values

Module values 

Source
Expand description

PostgreSQL value conversion traits and types

Structs§

ValueWrapper
Wrapper for SQL with type information

Enums§

OwnedPostgresValue
Owned version of PostgresValue that doesn’t borrow data
PostgresInsertValue
Represents a value for INSERT operations that can be omitted, null, or a SQL expression
PostgresValue
Represents a PostgreSQL value.