toolu-orm-macros 0.2.0

Proc macros (Table, FromRow, relations) for toolu-orm
Documentation
1
2
3
4
5
6
7
error: #[derive(Relational)] requires #[relational(table = "...")] (the `#[table(...)]` attribute is reserved for #[table] schema macro)
 --> tests/ui/relational_missing_table.rs:6:1
  |
6 | / struct Widget {
7 | |   pub id: String,
8 | | }
  | |_^