Archived
1
0
Fork 0
This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
migra/migra-cli/src/database/clients/mod.rs

4 lines
42 B
Rust
Raw Normal View History

2021-02-23 18:44:37 +03:00
mod postgres;
pub use self::postgres::*;