*Use case: *we have a bootstrap code that creates/updates the database structure upon startup. Similarly to liquibase, I need to check if a table exists, CREATE it if not and ALTER it if it already exists, in order to apply later changes.
*Feature request:* add API to check if a table exists. See: https://stackoverflow.com/questions/24741761/how-to-check-if-a-table-exists-in-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.
