Comment by owlstuffing
Comment by owlstuffing 2 days ago
Languages should strive to type safely inline SQL and other structured data.
With Java the manifold project achieves this via compiler plugin. The manifold-sql[1] module provides inline, type safe, native SQL.
1.https://github.com/manifold-systems/manifold/blob/master/man...
If your language has macros you can get by as well https://github.com/elixir-dbvisor/sql