I want to ask u about Sqlite and how to it implement in iphone application development..........
what is sqlite ?
hello frnds,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
NitRiX ReloadedPosted Oct 2, 2012, 8:52 AM
In iPhone or iPad development - iOS for specific - has a ORM(object relation mapping) framework called as "Core Data" which interms using "SQLite" as database. CoreData is a wrapper - with which you can design data model of your choice, store/retrieve data from SQLite source.
For further implemention you can search for "CoreData" in google - you will get good amount of tutorials.
Amelie MoorePosted Jul 22, 2015, 12:29 AM
Satyapriya NayakPosted Oct 1, 2012, 9:02 AM