DEV Community

Discussion on: What is the most fun coding problem you resolved?

Collapse
 
dmfay profile image
Dian Fay

Pulling individual datasets out of a shared database by walking the relationship graph record by record and key by key to map the structure, then toposorting related rows out in dependency order.