You can export all the tables as *.csv files and recreate them in SQLite (or any other db). Same for indexes or other relations. Of course you need knowledge about SQL. With B4J you can "play with it" (easier to debug) until you get good resuts. I assume we're talking about a small database as mobile phones are not made to handle big databases.
If we're talking about some 100 rows, maybe a LIST or a MAP will do, too. Or a file with the data (because you need to deploy the app WITH the data or download it from somewhere). Here csv-files are good, too (in assets).