04.09.2017, 17:22
Lolwut? Apparently it is somehow okay to use something that is garbage as long as it's easy. That in itself is garbage. All these systems that pose as "easy SQL" are all pretty much glorified file systems. These systems produce a significant runtime overhead because of all the string concatenation that is going on behind the scenes and they don't even manage to harness any of the powers or a relational database. I have yet to see one of these includes that provides proper support for sorting, grouping and foreign keys.