mvysny / vok-orm

Mapping rows from a SQL database to POJOs in its simplest form
MIT License
23 stars 4 forks source link

Support of PG Composite Types #21

Open SwordOfSouls opened 3 weeks ago

SwordOfSouls commented 3 weeks ago

Is their any planned support for Postgres composite types?

I'd able to share code from a Java PG DAO library made within our company that supports this if that would help.

mvysny commented 3 weeks ago

Hi, I can add support for that, but I have no experience with those. If you could add a very simple example how composite types work (DDL + Java), we can get the ball rolling.