rust_orm_gen 0.2.0

A comprehensive Rust ORM generator with schema visualization, real-time monitoring, and multiple output formats
Documentation
1
2
3
4
pub trait Model {
    fn table_name() -> &'static str;
    fn columns() -> &'static [&'static str];
}