6 lines
96 B
Rust
6 lines
96 B
Rust
|
pub mod postgres;
|
||
|
pub mod migrations;
|
||
|
pub mod models;
|
||
|
|
||
|
pub use self::postgres::PostgresGateway;
|