arel 0.0.0

simulate rails arel
Documentation
1
2
3
4
5
6
7
8
9
pub mod r#where;

pub use r#where::Where;

#[derive(Clone, Debug)]
pub enum StatementsType {
    Where(Where),
}