mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
10 lines
120 B
Rust
10 lines
120 B
Rust
mod migration;
|
|
pub use migration::Migrator;
|
|
|
|
pub mod schema;
|
|
|
|
mod wrapper;
|
|
pub use wrapper::Database;
|
|
|
|
pub use sea_orm;
|