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.

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

Structs§

ParamBind