How can i download and install sqlite database on Mac? Also does Mac OS X come with sqlite database preinstalled? If yes then how can i find it?

link|improve this question
feedback

migrated from stackoverflow.com May 6 '10 at 1:22

This question came from our site for professional and enthusiast programmers.

2 Answers

The easiest way to install a development copy (incl. headers) is something like Fink's sqlite-dev package. However, you're correct that Mac OS comes with SQLite, in fact multiple copies. One is part of Apple's Core Data framework.

link|improve this answer
feedback

Just get binaries from here http://www.sqlite.org/download.html

Or use macports or fink commander to install sqlite package.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown