ugh, I think the best I can do is a typed method t...
# arrow
b
ugh, I think the best I can do is a typed method that yields a program that properly binds the parameters to PreparedStatement. Yuck.
r
yeah, as we discussed elsewhere this calls for meta programming since Kotlin does not allow String context for interpolated strings you can typecheck, compile and highlight accordingly.
The SQL delight compiler plugin does a lot of that