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


This was a fairly comprehensive chapter. We learned what a database transaction is, the core tenants of a database transaction (ACID), and how you can use transactions in Clojure and YeSQL. We utilized everything we've covered in the book so far. It was intense. We will continue the comprehensive example style into the next chapter, where we will (finally) authenticate and authorize users.