Skip to main content

Crate drizzle_postgres

Crate drizzle_postgres 

Source
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 PostgresTable derive macro.
builder
common
expr
PostgreSQL-specific expressions.
helpers
traits
transaction
Driver-neutral PostgreSQL transaction options.
types
values
PostgreSQL value conversion traits and types

Structs§

ParamBind