entity-derive 0.8.5

Derive macro for generating DTOs, repositories, and SQL from a single entity definition
Documentation
1
2
3
4
5
error: source must be "create", "update", or "none"
  --> tests/cases/fail/command_invalid_source.rs:11:26
   |
11 | #[command(Test, source = "invalid")]
   |                          ^^^^^^^^^