MySQL C API libraries for iPhone

前端 未结 5 1523
名媛妹妹
名媛妹妹 2020-12-11 07:04

Does anybody know where to get a MySQL libraries compiled for the arm iPhone architecture?

Or how to cross-compile MySQL for arm?

Thanx

5条回答
  •  Happy的楠姐
    2020-12-11 07:45

    I don't believe you can run MySQL on the iPhone. As Ben pointed out SQLite is built into the iPhone and you can use Core Data to manage structured data.

提交回复
热议问题