summaryrefslogtreecommitdiffstats
path: root/third_party/rust/rust_decimal/src/postgres.rs
blob: 0930e592ab8b2175f20ac34a468eb882f94670ec (plain)
1
2
3
4
5
6
7
8
// Shared
mod common;

#[cfg(any(feature = "db-diesel1-postgres", feature = "db-diesel2-postgres"))]
mod diesel;

#[cfg(any(feature = "db-postgres", feature = "db-tokio-postgres"))]
mod driver;