How I do “ORM”, Part 2
Even though I don’t believe in mapping a relational database into a object-oriented hierarchy, because that is fundamentally not a good idea, I do want some kind of simple mapping that does not try to create a object-oriented version of a relational database. The easiest way is to map a…