我有一个已经存在的数据库,它是用Core Data编写的一个iPhone应用程序,我试图跨平台。
有没有办法将Core Data导出或转换为SQLite?
答案 0 :(得分:0)
我自己没有尝试过,但这些链接可能有所帮助:
http://coderslike.us/2009/06/11/how-to-find-that-sqlite-file-behind-your-coredata/
http://uncorkedstudios.com/2011/05/16/locating-core-datas-sqlite-database/
答案 1 :(得分:0)
使用外部ORM结束并在我的应用程序上创建了我自己的数据库版本。