Core
Languages
Javascript
C#
Java
Python
Appearance
Installing sqlite on Mac is made easier if you use brew.
brew
Make sure you have brew installed.
Run brew install sqlite in a terminal.
brew install sqlite
Close and reopen the terminal, and run sqlite3 --version to make sure it is installed correctly.
sqlite3 --version
That's it! You're ready to go.