I am looking for a way to use either PostgreSQL or MySQL (I am using the former, but I could just find a way to export it to MySQL and use that one) database offline.
I need to be able to query a database offline on an Android device.
Is it possible? Using JDBC it should be possible, isn’t it?
use SQLite . It is available out-of-the-box, and supported since version 1.