drizzle-postgres 0.1.5

A type-safe SQL query builder for Rust
Documentation
1
2
3
4
5
6
7
//! PostgreSQL-specific expressions.
//!
//! This module provides PostgreSQL dialect-specific SQL expressions and operators.

mod array_ops;

pub use array_ops::*;