Hello, Yes, jOOQ focuses on DML (and CRUD). Support for DDL is in the long-term roadmap: https://github.com/jOOQ/jOOQ/issues/883
However, in the past, I have come to the conclusion that database-agnostic DDL is very hard to achieve. So I don't think that thorough DDL support will be implemented in 3.x Cheers Lukas 2013/8/19 <[email protected]> > From what I can see, jOOQ is mainly focused on CRUD operations. > Are there any plans to support create table / alter table etc in a > database agnostic way? > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
