Hi, I'm sincere, I didn't search old posts on this topic, but I don't remember anything similar in the docs so I'm quite sure there is room for some enhancement. Please point me at the docs if this topic is already discussed.
Anyone use jooq to create database, setup data and assert database tables? I usually use dbunit for that, so I've created a little thin layer that use jooq table/field to create "typesafe" dataset directly in the code, without rely on external xml file. The interesting part is that using generated metadata the dataset creation takes care of required column and you are not forced to provide values not related to the test. My concern is, why jooq don't provide a native way to create this dataset? For sure it overlaps with other libraries, but I think that having a single library to write sql AND write test more easily could be very usefull. What do you think about this? Are you interested to discuss more in details this aspect? How do you populate your database for test? Which library do you use? Cheers -- 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.
