IOS移动开发:数据库orm增删改查
基于SQLite.swift的数据库orm增删改查 github:XMDBModel
1 | /* |
How To Use
1、copy Source to your project
2、add depend library:pod ‘SQLite.swift’, ‘~> 0.11.4’
3、creat Model imp:XMDBModel
4、API :demo中XMBean中有属性方法介绍,ViewController中有增删改查使用方法
参考:
ActiveSQLite
License
XMDBModel is available under the MIT license.