2020-10-07 19:24:46 -06:00

6 lines
96 B
Rust

pub mod postgres;
pub mod migrations;
pub mod models;
pub use self::postgres::PostgresGateway;