oatpp-postgresql icon indicating copy to clipboard operation
oatpp-postgresql copied to clipboard

Support for JSON and JSONB columns

Open PetFeld-ed opened this issue 4 years ago • 0 comments

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.

PetFeld-ed avatar Jan 26 '22 21:01 PetFeld-ed