Getting Started
Since we will be interacting with the database, one of your first lines of code can be
to connect to the database with your username and password. I recommend having this in a
single file, and just include the file when you need to connect in your scripts. See below: