문제

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