Is SQLite pre-installed on Mac OS X or not?

link|improve this question
To the best of my knowledge - yes. – Michael Krelin - hacker Nov 4 '11 at 14:35
Which version of OSX? Currently there is leopard, snow leopard and lion. – Purplegoldfish Nov 4 '11 at 14:35
i think is snow leopard (lap is not too old). how i can check if is installed? – maurox Nov 4 '11 at 14:38
open Terminal and type sqlite3 – Kassym Dorsel Nov 4 '11 at 15:08
I believe from Tiger forward, /usr/lib/libsqlite3.dylib – rgchris Nov 4 '11 at 15:12
feedback

migrated from stackoverflow.com Nov 4 '11 at 20:10

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

1 Answer

OS X 10.4 and up ship with SQLite.

Apple adopted it as an option in Mac OS X's Core Data API from the original implementation in Mac OS X 10.4 onwards, and also for administration of videos and songs on the iPhone.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.