native iPhone database, all data on iPhone

前端 未结 5 732
既然无缘
既然无缘 2020-12-28 23:09

Is it possible to make a big 50MB database native on the iPhone? So that it can be searched very quickly in a smart way? With SQlite?

5条回答
  •  离开以前
    2020-12-28 23:38

    There's some talk to a SQLite for iPhone SDK in this article. It uses FMDB, which is a cocoa wrapper fro SQLite3

提交回复
热议问题