toolu-orm-macros 0.1.2

Proc macros (Table, FromRow, relations) for toolu-orm
Documentation
1
2
3
4
5
6
7
error: missing `name` in #[table(name = "...")]
 --> tests/ui/table_missing_name.rs:5:1
  |
5 | #[table]
  | ^^^^^^^^
  |
  = note: this error originates in the attribute macro `table` (in Nightly builds, run with -Z macro-backtrace for more info)