I am porting a desktop application to IPAD which is data centeric application. I have to move all the data which we already have in desktop version.
I have 3 tables and approx 5000+ rows.
How shold I create these 3 table and add rows to IOS application?
If you intend to use SQLite for the database on the client, you could simply load all the data into the file and deliver it as a resource. If you are looking for a SQLite GUI, there are a few in the app store, and some open source. I use Navicat sometimes, the command line the rest of the time.