Hi Marcus,

Thanks for your message. The method you're looking for is called
DSLContext.ddl():
https://www.jooq.org/javadoc/latest/org/jooq/DSLContext.html#ddl-org.jooq.Schema-

There are different overloads...

Hope this helps,
Lukas

On Fri, Sep 7, 2018 at 1:39 PM Marcus Gattinger <[email protected]> wrote:

> Hi!
>
> Using jOOQ's code generator allows me to create all necessary classes from
> an existing database schema.
> I wonder if the opposite is possible, too? So does jOOQ provide a
> possibility to create a database (in particular an in-memory database like
> H2) based on the already available generated classes?
>
> Kind regards,
> Marcus
>
> --
> 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.

Reply via email to