(no title)
demurgos | 2 months ago
A logging framework may have the equivalent of prepared statements. You may also nudge usage where the raw string API is `log.traceRaw(String rawMessage)` while the parametrized one has the nicer naming `log.trace(Template t, param1, param2)`.
NewJazz|2 months ago
demurgos|2 months ago
There are many ideas if you look at SQL libs. In my example I used a different type but there other solutions. Be creative.
unknown|2 months ago
[deleted]