How can I create a sample SQLLite DB for my iPhone app?

Posted by Dr Dork on Stack Overflow See other posts from Stack Overflow or by Dr Dork
Published on 2010-05-09T16:38:30Z Indexed on 2010/05/09 16:48 UTC
Read the original article Hit count: 140

Filed under:
|
|

I'm diving in to iPhone development and I'm building an iPhone app that uses the Core Data framework and my first task will be to get the model setup with a few that will display it. Thus far, I have the model defined and my Managed Object Files created, but I don't have a database with any sample data.

  1. What's a quick way to create a DB that conforms to my schema?
  2. Are there any tools that can generate a sample DB using my schemas?
  3. Is there a good tool I can use to directly manipulate the data in DB for testing purposes?

Thanks in advance for your help! I'm going to continue researching this question right now.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data