Lukas, I enjoyed your recent blog post at http://blog.jooq.org/2014/09/05/importing-your-erd-export-into-jooq/#respond. I've been using DataNamic DeZign, which is a really great program, but not available for my Mac, doesn't support all Postgres data types, and has several other limitations. So Vertabelo and the concept of SaaS ERD tools was a revelation!
One question I have from your post is what's the value of streamlining how jOOQ imports your data model from the ERD tool if you have to generate the SQL for your database itself anyway? Moreover, wouldn't you be better off seeding jOOQ with the raw SQL using the code generator to avoid any edge case mismatches between the SQL generation and the export-to-import conversion? In general, I would say that one aspect of our design workflow that is not very streamlined is going from "add a table in our ERD" to "update our FlyWay scripts and re-run the jOOQ code generator." Josh -- 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.
