Hi Peter, I've seen you've asked the question also on Stack Overflow - here's the link for future reference: https://stackoverflow.com/questions/26068865/generating-a-schema-from-the-jooq-metamodel-in-a-different-sqldialect/26105276?noredirect=1#comment75861873_26105276
Yes, if you have a previously generated jOOQ meta model (or a meta model that you construct manually), you can export DDL statements using DSLContext.ddl() for single tables, for schemas, or for catalogs. See: https://www.jooq.org/javadoc/latest/org/jooq/DSLContext.html#ddl-org.jooq.Table- Hope this helps, Lukas 2017-06-08 12:15 GMT+02:00 <[email protected]>: > Is there any way to generate SQLite database model from Java code using > JOOQ? > > -- > 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. > -- 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.
