shuttle-shared-db 0.57.0

Plugin for managing shared databases on shuttle
Documentation
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;