记得之前貌似看过有一种,但是忘记了名字叫什么,有人造吗?
1
alang Sep 16, 2014
你的需求是什么?如果仅仅是本地存储,xml也是一种选择。
|
2
wezzard Sep 16, 2014
U can run many databases on iOS. Just download the source code and compile it.
|
3
cevincheung Sep 17, 2014
json, 数组
|
4
ipconfiger Sep 17, 2014
文件数据库
|
5
celon Sep 17, 2014
BDB也是可以的
|
6
sqbing Sep 17, 2014
leveldb吗?不是内建的不过编译也不是很难
|
7
egen Sep 17, 2014
realm
http://realm.io/ |
8
aofel Sep 17, 2014
core Data、NSUserDefult、plist
|
9
damngood Sep 17, 2014
之前在一个项目里用过 leveldb, 感觉也还行. 最近的一个更新好像增加了 64 位支持
|
11
iDelusion Sep 27, 2014
fmdb 一直用的这个
sqlite是纯C 本屌技术不行,,, |