shuttle_shared_db/
lib.rs

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