Summary
In this chapter, we continued using Migratus to create additional tables in our database, as well as seed those tables with example data. We also used YeSQL to pull data from the database. We then created a couple of Selmer templates (assuming that you finished your homework) to display the albums and artists. In the next chapter, we will create forms for adding artists and albums to the database, and also learn how to do it safely inside a transaction.