1
2
3
4
5
6
7
pub mod create;
pub mod delete;
pub mod insert;
pub mod join;
pub mod select;
pub mod update;
pub mod where_;