Expand description
PostgreSQL support for drizzle-rs
This crate provides PostgreSQL-specific types, query builders, and utilities.
Modules§
- attrs
- Attribute markers for PostgresTable derive macro.
- builder
- common
- expr
- PostgreSQL-specific expressions.
- expressions
- PostgreSQL-specific expressions
- helpers
- traits
- values
- PostgreSQL value conversion traits and types
Macros§
- params
- Creates an array of SQL parameters for binding values to placeholders.
- params_
internal - Internal helper macro for params! - converts items to ParamBind values