macOS - Install sqlite3

Install sqlite3

brew install sqlite3

Add sqlite3 to your PATH variabele:

nano ~/.bash_profile
export PATH="/usr/local/opt/sqlite/bin:$PATH"

Check the version

sqlite3 --version