Installing SQLite

To get started, you need to be able to run SQL on your computer--whether you have a Mac, Windows or Linux.

Mac

Open Terminal, type in "sqlite3". You're done! SQLite comes with your Mac--for more detail checkout the video below to confirm that your computer has SQLite installed.

Windows

Download the sqlite-tools ZIP file from the "Precompiled Binaries for Windows" section here:

https://sqlite.org/download.html

Install by unzipping the file and running the sqlite3.exe executable.

Linux

Download sqlite-tools from the "Precompiled Binaries for Linux" here:

https://sqlite.org/download.html

Unzip to find the sqlite3 executable--add to your $PATH as you see fit.

Complete and Continue  
Discussion

0 comments