You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find my feature already requested there
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