Slide 8
Slide 8 text
What is Immutable Data Model?
○ One of the styles of data modeling
○ In a word, forbidding updating database
● Practically, it’s almost impossible to make an
application without updating any data.
● So, it’s okay to just try and exclude as much
update as possible.