flutter_saving_data icon indicating copy to clipboard operation
flutter_saving_data copied to clipboard

View database

Open CiaranMcDermott opened this issue 5 years ago • 1 comments

Hi, is there a way to open the database from PC to see what's in it? Where is the directory located in android and ios that it is stored? Thanks.

CiaranMcDermott avatar Sep 09 '20 12:09 CiaranMcDermott

I've done that before but it's been a while so I don't remember clearly. On Android the SQLite database is located in the app folder's data/data directory I think. The database is only accessible for debug builds. Then you can use SQLite browsing software to see what's inside. I think there is online software that lets you browse database files too.

suragch avatar Sep 09 '20 12:09 suragch