Hacker News new | ask | show | jobs
by dragonwriter 4010 days ago
A relation is equivalent to a map from its key to its non-key attributes. (A hash-map is just an implementation detail in how a map/relation is implemented.)

So, really, that's not a different universal data structure.