Hi Lucas,

I'm looking to store user profiles in a DB (postgresql) and thinking to 
store a profile photo for each user in the User table. Unfortunately the 
Manual 
<https://www.jooq.org/doc/3.9/manual/reference/reference-data-types/data-types-lobs/>
 
says jOOQ doesn't support BLOBs.

However, it also says they are mapped to byte[], which might work in my 
case (profile photos should be fairly small) if I'd be able to read and 
write them using a ByteArrayOutputStream/ByteArrayInputStream or similar.
How can I do that? Can I still use jOOQ's code generation?

Is there support for BLOBs planned in the near future?

Thank you,
Robert

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to