Import/Convert non-CoreData SQLite database to CoreData SQLite database

2009-03-28 Thread Greg Robertson
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

Re: Import/Convert non-CoreData SQLite database to CoreData SQLite database

2009-03-28 Thread Andrew Merenbach
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