mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-02-08 21:30:08 +00:00
8 lines
149 B
Rust
8 lines
149 B
Rust
#[cfg(feature = "postgres")]
|
|
pub mod postgres;
|
|
|
|
pub use tranquil_db_traits::*;
|
|
|
|
#[cfg(feature = "postgres")]
|
|
pub use postgres::PostgresRepositories;
|