MySQL C API libraries for iPhone

前端 未结 5 1535
名媛妹妹
名媛妹妹 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条回答
  •  孤街浪徒
    2020-12-11 07:21

    You can use Kumulos 'Hookup' http://www.kumulos.com/2011/07/06/introducing-hookup/ feature to build a suite of web services for your MySQL database.

    Basically you define your different web services in the online control panel, then it builds all the Objective-C code and server side code.

    I believe this is the easiest way to achieve your goals, and probably a lot better than using a direct Objective-C MySQL library.

提交回复
热议问题