Hi guys, This is about jOOQ+Flyway instead of jOOQ+Liquibase, but I'm sure you may find some similar principles. I've actually recently blogged about using the two frameworks together in a Maven setup: http://blog.jooq.org/2014/06/25/flyway-and-jooq-for-unbeatable-sql-development-productivity
There's also a sample project, which we're maintaining, showing how this integration can be done: https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/jOOQ-flyway-example Hope this helps, Cheers Lukas 2014-08-14 23:00 GMT+02:00 kailash Joshi <[email protected]>: > We have a liquibase configuration for creating the database, we are > executing the liquibase using spring after the context initialization. > Only issue is you have to execute the liquibase beforehand so that you can > generate the corresponding model/interface/dao/record using jooq. > So usually I execute the liquibase using unit test and then generate the > jooq code. > > Let me know if i can help in something else > > > On Thu, Aug 14, 2014 at 3:53 PM, <[email protected]> wrote: > >> Stan, >> >> Can you provide some insight on how you're using Liquibase and Jooq >> together? I'm about to step into this for a project, and would love to get >> a head start from someone who's already tackled it. >> >> >> >> On Tuesday, July 1, 2014 12:21:28 PM UTC-4, Stanislas Nanchen wrote: >>> >>> Hello everyone, >>> >>> We are successfully using Liquibase and Jooq together. Ping me if you >>> need any help. >>> >>> Cheers. stan. >>> >>> On Friday, June 27, 2014 1:53:13 PM UTC+2, Kailash wrote: >>>> >>>> thanks i will give that a try today >>>> >>>> Sent from my iPhone >>>> >>>> On Jun 27, 2014, at 3:51 AM, Lukas Eder <[email protected]> wrote: >>>> >>>> Hello, >>>> >>>> We have attempted some initial implementation of an integrated API with >>>> Liquibase, although we found that the integration would only add little >>>> value to our users. This project has effectively been cancelled. This >>>> doesn't mean that you cannot use jOOQ and Liquibase in a single project. We >>>> have a couple of customers doing that, in fact. >>>> >>>> So to answer your question: >>>> >>>> 2014-06-25 23:39 GMT+02:00 <[email protected]>: >>>> >>>>> so should i integrate liquibase separately then ? >>>>> >>>> >>>> Yes, a "separate" integration would probably be the way to go >>>> >>>> Best Regards, >>>> Lukas >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "jOOQ User Group" group. >>>> To unsubscribe from this topic, visit https://groups.google.com/d/ >>>> topic/jooq-user/CQv7i4jDyCc/unsubscribe. >>>> To unsubscribe from this group and all its topics, 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. > -- 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.
