Sqlite database on Mac

2

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?

Joy

Posted 2010-05-05T14:58:31.533

Reputation:

What do you mean with "download and install sqlite database"? A sqlite database is a file - thats all. There is no "server" or something similar. And every program that will use a sqlite database should have their own tools to get access to this database. – UsersUser – 2014-10-23T18:49:55.203

Answers

3

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.

Matthew Flaschen

Posted 2010-05-05T14:58:31.533

Reputation: 2 370

1

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

Or use macports or fink commander to install sqlite package.

Vlad

Posted 2010-05-05T14:58:31.533

Reputation: 121