greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

where is created db file #1058

Closed metrocoding closed 3 years ago

metrocoding commented 3 years ago

hi i cant find database file created file, after creating database with greenDao where can i find created db file to open it in GUI database viewers?

greenrobot-team commented 3 years ago

It's stored inside the app's folder in a databases subdirectory. E.g. from the root directory something like /data/data/com.example.app/databases.