7 lines
131 B
Rust
Raw Normal View History

2021-06-18 19:52:33 -06:00
#[allow(clippy::module_inception)]
2020-10-03 17:30:24 -06:00
pub mod postgres;
pub mod migrations;
pub mod models;
pub use self::postgres::PostgresGateway;