Sure. JDXA allows you to use multiple SQLite databases in one app. You can define multiple mapping specifications for different databases. The JDXA SDK comes with a sample app showing how this can be done easily.
By the way, you can also define multiple mapping specifications for the same database. This can help in partitioning your application data appropriately.
JDXA is an ORM for the Android platform and works with a SQLite database available with the Android platform . Our JDX product is an ORM for the Java platform and it works with a Postgres database.
Comments
By the way, you can also define multiple mapping specifications for the same database. This can help in partitioning your application data appropriately.