June 2021
Intermediate to advanced
664 pages
17h 16m
English
This chapter covers
Accessing a database is an important part of any backend program. In this chapter, we’ll look at several approaches to access relational databases in Haskell. As usual, we’ll focus on Haskell features that make programming with databases safe. This includes type checking for values we send or receive from a database. Although NoSQL databases are also popular within the Haskell community, I’ve decided not to mention them in this book. The main reason behind this decision is that the corresponding libraries suggest a rather straightforward approach to communicate ...
Read now
Unlock full access