yeah, that’s a problem. But I want to have generic...
# exposed
o
yeah, that’s a problem. But I want to have generic SQL supported in type-safe manner, so one can build queries and execute them on all supported databases regardless of dialect, but then if needed, can pass plain text query (with params, of course). In fact, type-safe layer builds on top of the text/params layer.