sea-query 0.10.6

A database agnostic runtime query builder for Rust
Documentation
1
2
3
4
5
//! Engine specific SQL features.

#[cfg(feature="backend-postgres")]
#[cfg_attr(docsrs, doc(cfg(feature = "backend-postgres")))]
pub mod postgres;