代码改变世界

随笔档案-2011年12月

ios 上 sqlite的第三方封装库介绍

2011-12-24 20:20 by ianwang, 2797 阅读, 收藏,
摘要: 1.FMDataBase一个sqlite的objective-c的封装库。https://github.com/ccgus/fmdb只有两个封装类,简单易用。2.PlausibleDatabase也是一个数据库操作的objective-c版封装库,“SQLite is the initial and primary target, but the API has been designed to support more traditional databases.”文件较多,一般的接口与FMDataBase一样,此外还支持sql的预编译和参数绑定(没有用过,不明白)http://code.g 阅读全文

sqlitepo(sqlite) vs core data

2011-12-24 13:17 by ianwang, 783 阅读, 收藏,
摘要: sqlitepersistentobjects的活跃度很低,在这个stackoverflow的帖子中,coredata vssqlitepersistentobjects就算这个project已经被作者否定了,但下段这个豪情的叙述,推销的开场白,还是很有意思,或许应该将之记下。。“Wouldn't it be nice if your Objective-C data objects just knew how to save and load themselves? It'd be nice if you could just call "save" an 阅读全文