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

请问怎么样插入NSData为blob类型 #134

Closed zhushgo closed 5 years ago

zhushgo commented 5 years ago

我的列里面有nsdata短数据,使用lkdbhelper后,会保存为文件,数据库中存储文件名。 现在我想将nsdata直接存储到数据库,存储类型为blob,请问怎么操作呢?