codegenta 0.0.8

A model code generator from database table using rustorm ORM
1
2
3
4
5
6
pub mod country;
pub mod currency;
pub mod exchange_rate;
pub use self::country::Country;
pub use self::currency::Currency;
pub use self::exchange_rate::ExchangeRate;