Expand description
Proc macro for #[derive(OrmadaModel)]
This crate provides a derive macro that automatically generates Model-based create/update operations with auto field handling.
Attribute Macros§
- atomic
- Attribute macro for atomic transactions
- ergorm_
projection - Attribute macro for defining type-safe projections with compile-time validation
- ormada_
data_ migration - Attribute macro for data migrations
- ormada_
model - Attribute macro for defining Ormada models with clean syntax
- ormada_
schema - Attribute macro for defining schema in migration files
Derive Macros§
- Ormada
Model - Derive macro for Ormada Model-based operations