Comment on Is there something better than SQL?
r1veRRR@feddit.de 1 year agoSQL is horrible as a language to read or write. There’s a million different variants, because it lacks so many basic things. And when used in other code, you generally end up string concatinating one language in another language, with all the HORRIBLE bugs something like that brings about.
Imagine Backend People said we should just write adhoc Javascript for the frontend by concatinating the “correct” code in the backend.
JackbyDev@programming.dev 1 year ago
You should use parameterization, not concatenation.