Skip to content

Mac

Installing sqlite on Mac is made easier if you use brew.

  1. Make sure you have brew installed.

  2. Run brew install sqlite in a terminal.

  3. Close and reopen the terminal, and run sqlite3 --version to make sure it is installed correctly.

That's it! You're ready to go.