How FMDB makes sqlite more simpler iOS?

后端 未结 2 1923
执笔经年
执笔经年 2021-02-11 10:43

i want to use fmdb in my iPhone application. What are the differences in using sqlite with fmdb without fmdb?

i need to be able to write queries.

how the fmdb i

2条回答
  •  长发绾君心
    2021-02-11 11:18

    FMDB is a wrapper on top of SQLite's C API with an API more in Objective-C style. Which API style is "easier" is more up to you, it would depend greatly on your programming background and personal preference.

    There's a guide showing how to use FMDB at its GitHub page which shows the API off pretty well, you should definitely read that before deciding.

提交回复
热议问题