1 2 3 4 5 6
pub mod backend; pub mod migration; pub mod models; pub use diesel::*; pub use diesel::backend as diesel_backend;