1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00
Files
ojrc/rc_database/src/lib.rs
2025-05-07 20:23:22 -04:00

10 lines
120 B
Rust

mod migration;
pub use migration::Migrator;
pub mod schema;
mod wrapper;
pub use wrapper::Database;
pub use sea_orm;