sea-query 0.26.2

🌊 A dynamic query builder for MySQL, Postgres and SQLite
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;