I am developing a sample application with core data with a entity which has two attribute-ID and name.For ID I have set the data type as transformable .After a value for ID is stored in database,Can I pull the transformed ID from the DB and get back the ID?(Not Through the code, by opening the DB in SQLite manager and pulling out from the ID column).Is there a way to check what is stored in DB manually without executing code? Thanks in advance

有帮助吗?

解决方案

You can copy the DB from the device to your machine. I use iExplorer to do this. The best way to view/edit the DB from there is Base, but Firefox has a FREE plugin called SQLite Manager.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top