Viewing sqlite database file using DB browser for SQlite

大憨熊 提交于 2020-06-17 16:56:21

问题


I am trying to save some data in SQLite database in an android app.

Problem

Data is saved and read without any problem but when I try to view the database file using DB browser for SQLite, database file is empty, it has no tables.

I have all three database files

  1. .db
  2. .db-shm
  3. .db-wal

in the same directory but that doesn't makes any difference.

Question

How can I view the database file in DB browser for SQLite?

来源:https://stackoverflow.com/questions/53839334/viewing-sqlite-database-file-using-db-browser-for-sqlite

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!