All Questions
1 question
1
vote
1
answer
420
views
Modelling relational database entities in a functional language
I'm working on a Scala project that uses DynamoDB for persistence, and does this by modelling the records as case classes.
This is becoming increasingly more relational, which means we have classes ...