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
raulraja
09/01/2019, 12:25 PM
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.
raulraja
09/01/2019, 12:26 PM
The SQL delight compiler plugin does a lot of that