Pre-Class TODO's

Contributors: Conner Swenberg

1. Download Demo Starter Code

2. Install SQLite3

We will be creating a formal database and will be using the SQLite3 package to create and manipulate our tables.

Try typing sqlite3 in your Command Line (Terminal, Powershell, etc.). If the command runs successfully, you do not need to take any further actions.

Otherwise, you can download SQLite here and you should install the package under Precompiled Binaries for <your OS here> (for Windows, you have two options but try the first one to start). You can reference here for installation instructions after downloading the zip file that walks you through some shell commands to run.

Last updated