database - View Core data stored in mavericks or Yosemite -
I am creating an app that uses core data, how can I see the data stored in them ? thank you in advanced.
You can include command line tool in sqlite3 in your mac example Locate the database by continuously entering the store URL, just type
sqlite3 path / to / database.sqlite
.h Use How to use it You can create standard SQL queries, etc.
Comments
Post a Comment