January 2018
Beginner to intermediate
312 pages
7h 22m
English
Relational databases have a very different model from most code, and traditionally this has been the cause of a lot of pain—the so-called “impedance mismatch” between objects and databases.
Data models developed using functional programming principles tend to be more compatible with relational databases, primarily because functional models do not mix data and behavior, so the saving and retrieving of records is more straightforward. Nevertheless, we still need to address some issues. Let’s look at how a relational database model compares to a functional model.
First, the good news is that tables in relational databases correspond nicely to collections of records in the functional model. And the set-oriented ...
Read now
Unlock full access