You can use the sqlite3 command to open the database. If you have a root device (also works with the emulator), use su to become root and access private files. If not, just debug the application and use run-as to open the database. Sort of:
run-as my.package sqlite3 /data/data/my.package/databases/my.db
source share