One underrated advantage of ORMs: it's significantly harder to write code vulnerable to SQL injection.
miniblog.
Related Posts
Efficiently sandboxing Firefox by compiling potentially vulnerable libraries to wasm, and then compiling wasm to C!
Google research concludes that there's no viable fix for Spectre in vulnerable hardware:
Clever vim plugin: given a series of string literals containing an interpolated variables, prompt the user for values and send the query to a real DB! https://www.vim.org/scripts/script.php?script_id=356
(convenient, but I hope it doesn't promote code vulnerable to SQL injection)
