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
Providing support for JSON and JSONB columns would be really helpful. For the ORM I would propose to be able to Map to DTOs, similar as in the ENDPOINTs or also a mapping to Fields<String>.
Right now it is necessary to map these columns to String and then parse them manually in some way.
Kind regards.
The text was updated successfully, but these errors were encountered:
Hey there.
Providing support for JSON and JSONB columns would be really helpful. For the ORM I would propose to be able to Map to DTOs, similar as in the
ENDPOINT
s or also a mapping toFields<String>
.Right now it is necessary to map these columns to
String
and then parse them manually in some way.Kind regards.
The text was updated successfully, but these errors were encountered: