Installing SQLite Locally

Try the following if you don’t have SQLite installed on your system.

Windows

Using Chocolatey:
choco install sqlite

Mac

Using Homebrew:
brew install sqlite

Ubuntu

Using Apt-get:
sudo apt-get install sqlite3

1 Like