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
Right now if a column has a composite type, it is generated as Column(NullType) with Python type Any. With CompositeType from sqlalchemy-utils maybe it's possible to generate code for composite types.
Use case
There would be somewhat nicer syntax for setting and getting columns with composite types, and more information from the schema would be represented in Python form.
The text was updated successfully, but these errors were encountered:
Things to check first
Feature description
Right now if a column has a composite type, it is generated as
Column(NullType)
with Python typeAny
. WithCompositeType
from sqlalchemy-utils maybe it's possible to generate code for composite types.Use case
There would be somewhat nicer syntax for setting and getting columns with composite types, and more information from the schema would be represented in Python form.
The text was updated successfully, but these errors were encountered: