SQL has become increasingly popular during the last few years: both among databases that didn’t had SQL interface before and, what’s interesting, among systems that are not databases at all. Thought the idea of exposing SQL as an API for your system might seem logically plausible, a technical complexity of making this happen is way off compared to more “common” (let’s say HTTP REST) solutions. Let’s fix this!