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?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com May 6 '10 at 1:22
|
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. |
|||
|
|
|
Just get binaries from here http://www.sqlite.org/download.html Or use macports or fink commander to install sqlite package. |
|||
|
|