Core Data data schema from existing SQLite database

后端 未结 3 550
被撕碎了的回忆
被撕碎了的回忆 2021-01-12 01:56

Is it possible to generate a .xcdatamodel (CoreData data model) from an existing SQLite database file?

I\'ve developed a SQLite database and written a Java API again

3条回答
  •  鱼传尺愫
    2021-01-12 02:13

    Try the following tool which wil generate the Datamodel from existing Sqlite

    https://github.com/tapasya/Sqlite2CoreData

提交回复
热议问题