Note: This proc macro derive will only work if your enum does not contain any variant which accepts values.
Your cargo.toml
[]
= "*"
= { = "*", = ["sqlite"] }
Your enum
The database entity
The schema
table!
Note: This proc macro derive will only work if your enum does not contain any variant which accepts values.
[]
= "*"
= { = "*", = ["sqlite"] }
table!