开发者

Json Object to Sqlite Database in ios

开发者 https://www.devze.com 2023-04-12 02:12 出处:网络
I want to push the fetched data of js开发者_开发知识库on file to database. Can anyone suggests some solution?1) First of all you might guess what really you do want to do with that data, because:

I want to push the fetched data of js开发者_开发知识库on file to database. Can anyone suggests some solution?


1) First of all you might guess what really you do want to do with that data, because:

  • you could use things like FMDB https://github.com/ccgus/fmdb.git and store that JSON as string and get it reparsed every time you need it;
  • also you can use Mogenerator tool https://github.com/rentzsch/mogenerator.git and smth like MagicalRecord library [https://github.com/magicalpanda/MagicalRecord.git] to easily fetch data in n out;
  • and finally, there's CoreData if you like Apple's choise.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号