something like...
Class.forName("org.sqlite.JDBC");
Connection cnx = DriverManager.getConnection("jdbc:sqlite:" + path);
GenerationTool test = new GenerationTool();
test.setConnection(cnx);
Configuration cfg = new DefaultConfiguration();
cfg.data()
test.run()
--
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/groups/opt_out.