ecto_state_machine
ecto_state_machine copied to clipboard
feat: Support custom conversion between atomic name and DB value
Allow custom mapping between the atomic state names and their corresponding database values.
We'd love to use this since we cast our states to atoms in our codebase, but ecto_state_machine has trouble saving them back because they're of type Ecto.Enum