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?
|
feedback
|
migrated from stackoverflow.com May 6 '10 at 1:22
This question came from our site for professional and enthusiast programmers.
|
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. | |||
|
feedback
|
|
Just get binaries from here http://www.sqlite.org/download.html Or use macports or fink commander to install sqlite package. | |||
|
feedback
|