6 lines
96 B
Rust
Raw Normal View History

2020-10-03 17:30:24 -06:00
pub mod postgres;
pub mod migrations;
pub mod models;
pub use self::postgres::PostgresGateway;