SwiftKueryMySQL
SwiftKueryMySQL copied to clipboard
Optimise execution path to minimize offloads.
We currently offload twice on the execution path of a normal query.
This issue is opened to add a wrapper call to offload the internal execute that can be called on paths where we do not prepare statements.