Book Image

Clojure Web Development Essentials

By : Ryan Baldwin
Book Image

Clojure Web Development Essentials

By: Ryan Baldwin

Overview of this book

Table of Contents (19 chapters)
Clojure Web Development Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.