So, following the instructions here: http://www.jooq.org/doc/2.5/manual/tools/jooq-console/
I create the descriptor, and console, but what do I write for the getSchema() method? sqlite doesn't have a schema, does it? In the xml file I have for codegen, there is just: <schema></schema> If I just return null, I get NullPointerException. If I use the jdbc connection I got, and return connection.getSchema() I still get NullPointerException. what's the trick? thanks, -todd
