drizzle-postgres 0.1.15

A type-safe SQL query builder for Rust
Documentation
1
2
3
4
5
//! Common Table Expression (CTE / `WITH`) support for `PostgreSQL`.

use crate::values::PostgresValue;

drizzle_core::impl_cte_types!(value_type: PostgresValue<'a>);