How to open sqlite database when we use coredata in iOS ?
In my case it shows three database files :
- (appname).sqlite
- (appname).sqlite-shm
- (appname).sqlite-wal
When I tried to open via terminal it shows file is corrupted or encrypted. Can anyone guide me...
(appname).sqlitethe others are shared memory file and write-ahead-log file for sqlite