iPhone SDK : Inserting data in tables generated by XCode
- by Amarsh
I created a data model (.xcdatamodel) in Xcode, which created .sqlite file. I can see that it has a created a few tables for metadata, alongwith a table called ZENTITY (my managed object is called entity).
Can I insert data from the sqlite prompt instead of doing it programmatically?