Expand description
PostgreSQL support for drizzle-rs
This crate provides PostgreSQL-specific types, query builders, and utilities.
Re-exports§
pub use transaction::AccessMode;pub use transaction::IsolationLevel;pub use transaction::TransactionConfig;
Modules§
- attrs
- Attribute markers for
PostgresTablederive macro. - builder
- common
- expr
- PostgreSQL-specific expressions.
- helpers
- traits
- transaction
- Driver-neutral PostgreSQL transaction options.
- types
- values
PostgreSQLvalue conversion traits and types