Just about every webapp out there serves up data stored on a relational database. While RDBMSes are not particularly easy or pleasant to deal with, most programmers know how to use them, and popular frameworks provide all sorts of wrappers which aim to solve the impedance mismatch of SQL while preserving much of its querying […]