1 2 3 4 5 6 7 8 9
#![doc = include_str!("../README.md")] #[cfg(feature = "postgres")] mod postgres; #[cfg(feature = "postgres")] pub use postgres::Postgres; #[cfg(feature = "opendal-postgres")] pub use postgres::SerdeJsonOperator;