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
Is your feature request related to a problem? Please describe.
In SQLAlchemy, we constantly use String(64), String(128), etc. What about providing these types in a more pythonic way, a standardized way?
Describe the solution you'd like
I already have some type annotations that I use with SQLAlchemy:
Is your feature request related to a problem? Please describe.
In SQLAlchemy, we constantly use
String(64)
,String(128)
, etc. What about providing these types in a more pythonic way, a standardized way?Describe the solution you'd like
I already have some type annotations that I use with SQLAlchemy:
Describe alternatives you've considered
kvesteri/sqlalchemy-utils: Various utility functions and datatypes for SQLAlchemy.
Additional context
Maybe some standard enumerations?
The text was updated successfully, but these errors were encountered: