codegenta 0.0.8

A model code generator from database table using rustorm ORM
1
2
3
4
5
6
7
8
9

#[allow(non_upper_case_globals)]
pub const bazaar: &'static str = "bazaar";

#[allow(non_upper_case_globals)]
pub const payment: &'static str = "payment";

#[allow(non_upper_case_globals)]
pub const system: &'static str = "system";