问题
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
.db
.db-shm
.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