Hi, I'm trying to understand how to use JOOQ under Android. I found an old post talking about possible Android support here: https://groups.google.com/d/topic/jooq-user/hD-pPYkyaIo/discussion
One of the first concerns is: how do you run the code generator when the database is only accessible on the phone? Here are the steps I use when developing for the desktop: 1. Create a sample database using Flyway. 2. Run JOOQ's code generator against it. 3. Compile classes that use the generated classes. It looks like Flyway plans on adding Android support, but we're not there yet: http://code.google.com/p/flyway/issues/detail?id=76 If I find a way to generate a SQLite database, will JOOQ actually work? Or is Android support more theoretical than practical at this point? Thanks, Gili
