slashdb.com
Graph Façade API over Relational Data
Writing SQL queries can be a lot of work. This work feels especially tedious if you made upfront investment into designing a well normalized database model. With all those relationships already declared, why must we specify all those JOIN statements in queries again? Consider this database model for an online music store. It has tables for Artists, Albums…
Victor Olex