entity-derive 0.5.0

Derive macro for generating DTOs, repositories, and SQL from a single entity definition
Documentation
1
2
3
4
5
error: Entity must have exactly one field with #[id] attribute
 --> tests/cases/fail/missing_id.rs:9:12
  |
9 | pub struct Item {
  |            ^^^^