Things to check first
Feature description
Today, enum fields are generated as str columns. I'd like bind them to generated native python Enum or string Literals instead.
Use case
This would greatly ease the use of native RDBMs enums in the code, providing tough constraints (python Enum) or soft hints (Literal), and will help prevent human errors when developing against generated sqlacodegen models