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

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -