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: 213
        
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.
- What's a quick way to create a DB that conforms to my schema?
- Are there any tools that can generate a sample DB using my schemas?
- 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