Re: Using jOOQ plugin with Maven to build AWS Pipeline

2018-01-04 Thread Luis Diego Arce
Thanks so much, Lucas! I'll take a look at the information you suggested and I'll get back to you in case of having any additional question. I do really appreciate your kindness of providing technical assistance to everybody, you're amazing, dude! Best Regards, On Thursday, January 4, 2018

Re: Using jOOQ plugin with Maven to build AWS Pipeline

2018-01-04 Thread Lukas Eder
Hi Luis, You have several options: *1) Don't use the code generator.* Of course, this is the least preferrable option, because without code generation, you'll be missing out on quite a few nice features in jOOQ. But of course, jOOQ can totally be used without it, the API is exactly the same. Her