Crate ormlite_macro

Source

Derive Macrosยง

Enum
FromRow
Insert
IntoArguments
ManualType
This is a no-op marker trait that allows the migration tool to know when a user has manually implemented a type.
Model
Derive macro for #[derive(Model)] It additionally generates FromRow for the struct, since Model requires FromRow.
TableMeta