Free -- FMDB封装 CT4FMDB

作者: 陈小翰 | 来源:发表于2016-06-27 11:51 被阅读132次

    CT4FMDB
    CT4FMDB is a encapsulation for FMDB , DB can be more easily used by us
    CT4FMDB ,which its fullname called ChanTool For FMDB

    installation

    installation manual
    Because the file is relatively small, temporarily not support cocoapod;holdCT4FMDB
    to drag the file to the project,
    Because the tool is to FMDB encapsulation, so your project must add FMDB.Except for thelibsqlite3
    FMDB needed ,CT4FMDB
    does not need any extra Libraries.
    Because I’m too busy with my work, I have no time to write instructions for use.If you are interested in my code , please download the demo to view the specific use of the method.
    If you have any questions, or want to engage in academic exchanges with me, please contact QQ284766710, please indicate the origin of the verification

    中文介绍
    CT4FMDB 全名 ChanTool For FMDB
    CT4FMDB 是一个对FMDB的封装,令数据库更简便地用于广大初学者。

    安装

    手动安装
    由于文件比较少,暂不支持cocoapod;把CT4FMDB
    下文件拖拽到工程中,由于本工具类是对FMDB 的封装,所以工程中必须添加FMDB 。其中,除了FMDB 中需要添加的libsqlite3
    库,并不需要添加任何额外的库
    由于工作原因,暂时抽不出时间写使用说明,请下载demo查看具体使用方法
    如有疑问,或是想跟我进行学术交流,请联系QQ284766710,申请的验证请注明来历

    本号专门更新原创封装类

    相关文章

      网友评论

      • 一抹相思泪成雨:怎么加呢 求解释??
        陈小翰:@Hoolink 这个可以考虑一下,因为这个之前也有想过
        一抹相思泪成雨:@陈小翰 我刚也看了半天,发现的确实现不了。。其实,这种继承basemodel的方式,侵入性太强,你看有没有别的较好的方式呢?我想的是把model 传过来,这样耦合不那么强了。。
        陈小翰:@Hoolink 你的意思是两个表级联吗?这个功能还没做,迟点可以加上去,好提议:+1:
      • 一抹相思泪成雨:model 内部嵌套model 存储不了了??
        陈小翰:@Hoolink 你的内嵌的模型是否加上了主键声明
        陈小翰:@Hoolink 可以的

      本文标题:Free -- FMDB封装 CT4FMDB

      本文链接:https://www.haomeiwen.com/subject/ojuzdttx.html