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 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.
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
ENDPOINTs or also a mapping toFields<String>.Right now it is necessary to map these columns to
Stringand then parse them manually in some way.Kind regards.