Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sqlite3 DB Path for download [closed]

Tags:

iphone

ipad

Is anybody know from which link i am able to download SQlite3 Database for Xcode. I want to use Database in my project in Xcode4.2. Please provide link to download it.

like image 806
Divya Jain Avatar asked May 24 '12 05:05

Divya Jain


1 Answers

Its not like download the database. There are some options where you have to create sqlite3 database in your project through terminal or Mozilla firefox (Provide Add-ons for sqlite3 manager - Google it). After creating DB you have to add libsqlite3.0.dylib Framework in your project provided by apple developer documentation.

For further information follow This tutorial. Which would be great start to work on sqlite3.

like image 100
iMash Avatar answered Sep 22 '22 04:09

iMash