简体   繁体   English

如何在iphone中设置数据库和访问数据库

[英]How to Setup Database and access database in iphone

I am working on a new project where i want to setup the database and access the values whenever i want.So i don't know how to start this.what library should be used for this.Can any one help me... 我正在开发一个新项目,我想设置数据库并随时访问值。所以我不知道如何启动它。应该使用什么库。任何人都可以帮助我......

Thanks, Anish 谢谢,阿尼什

Highly recommend to use Core Data. 强烈建议使用Core Data。 You can use SQLIte as the store for your Core Data application. 您可以使用SQLIte作为Core Data应用程序的存储。 Please refer the apple docs here . 请参考这里的苹果文档。

You can use SQLite Manager an Add On of firefox . 您可以使用SQLite Manager和Firefox的Add On To See the SQLite Store created by Core Data. 查看Core Data创建的SQLite商店。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM