oatpp-postgresql
oatpp-postgresql copied to clipboard
Support for JSON and JSONB columns
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.