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
fastenum is a 3rd party package that has an implementation of Enums that is 3x faster than traditional Enums, which is crucial for high-performance Python database applications.
Suggested solution
Allow the Prisma generator to generate Enums that inherit from fastenum, as an alternative to the built-in Enum class.
The text was updated successfully, but these errors were encountered:
RobertCraigie
changed the title
Allow generating Enums inherited from fastenum
Support generating Enums inherited from fastenum
Aug 4, 2024
Problem
fastenum
is a 3rd party package that has an implementation of Enums that is 3x faster than traditional Enums, which is crucial for high-performance Python database applications.Suggested solution
Allow the Prisma generator to generate Enums that inherit from
fastenum
, as an alternative to the built-in Enum class.The text was updated successfully, but these errors were encountered: