1-3: Persistent Schemas

Now that we're refreshed on the basics of SQL, let's see how we can integrate it with Haskell! In this lecture, we'll explore the Persistent library and use it to create a schema definition using Template Haskell! This definition will connect our Haskell code to the SQL table definition!

Complete and Continue