On Mar 28, 2009, at 2:52 PM, Greg Robertson wrote:
Is there an easy way to convert an existing SQLite database so it is
compatible with CoreData?
I would like to convert a non-CoreData SQLite database to a CoreData
SQLite database and bundle it with my application.
Do I have to build my own co
Is there an easy way to convert an existing SQLite database so it is
compatible with CoreData?
I would like to convert a non-CoreData SQLite database to a CoreData
SQLite database and bundle it with my application.
Do I have to build my own converter application to do this or is there
already som