I'm using ORMlite in my Android app.
However, I am pre-populating the database at build time. This happens in a J2SE program.
To deal with SQL in J2SE I am using sqlite4java
In order to get a Dao in ORMlite, I need a com.j256.ormlite.support.ConnectionSource.
How can I get a ConnectionSource that uses the sql4java database?