cdts/xdts-ios 3/Pods/DDSqliteManager/README.md

36 lines
974 B
Markdown
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
# SqliteManager
## Example
对于FMDB增删改查的所有方法的封装同时支持单线程和多线程方法(queue后缀)。<br>只需要传入**NSDictionary**或**Class**即可完成所有的增删改查工作。<br>
**不必再自己写SQL详细使用方法请参考.h文件好用请给star不好用欢迎提建议**<br>
栗子时间:<br>
```
/**
另起线程根据模型添加数据入库重复情况delegate返回失败delegate通知异步处理结果
@param tName 表名
@param dataClass 数据的模型类
*/
- (void)insertTableObjQueue:(NSString *)tName
DataModel:(Class)dataClass
```
## Installation
SqliteManager is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "DDSqliteManager"
```
## Author
DDStrongman, lishengshu232@gmail.com
## License
SqliteManager is available under the MIT license. See the LICENSE file for more info.