li6185377 / LKDBHelper-SQLite-ORM

全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock
MIT License
1.21k stars 288 forks source link

支持2张表连查 然后映射成对面模型吗? #126

Closed PengJiang520 closed 6 years ago

PengJiang520 commented 6 years ago

支持2张表连查 然后映射成对面模型吗?

li6185377 commented 6 years ago

要自己写语句,用这个API - (nullable NSMutableArray *)searchWithSQL:(NSString *)sql toClass:(nullable Class)modelClass;