I use Telosys Eclipse Plugin regularly to generate my Java code from a “dbmodel” built from a PostgreSQL database. In Eclipse with a Java Project the JDBC driver is already in the Java Build Path so it’s very easy to create the “dbmodel”.
Now I’m trying to use Telosys CLI (instead of the Eclipse Plugin) to generate JavaScript code for NodeJS. I’d like to create a new “dbmodel” from another PostgreSQL database, the question is: with Telosys CLI how can I specify the JDBC driver (jar file) that must be used to create this new “dbmodel”?