我正在开发一个新项目,我想设置数据库并随时访问值。所以我不知道如何启动它。应该使用什么库。任何人都可以帮助我。 ..
谢谢, 阿尼什
答案 0 :(得分:1)
核心数据可以是获取抽象的好方法:http://www.raywenderlich.com/934/core-data-tutorial-getting-started
或者,请使用SQLite:http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/
答案 1 :(得分:1)
强烈建议使用Core Data。您可以使用SQLIte作为Core Data应用程序的存储。请参阅apple docs here。
您可以使用SQLite Manager an Add On of firefox。查看Core Data创建的SQLite商店。