You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builder api should be able to build query templates, which means queries without bindings. This should be done like a Query() function call, namely Template(). Then engine functions should have something like BatchExec() which can take bindings as an array. There should also be an option to have transactions in batch exec. Maybe session api would do the trick.
The text was updated successfully, but these errors were encountered:
The builder api should be able to build query templates, which means queries without bindings. This should be done like a
Query()
function call, namelyTemplate()
. Then engine functions should have something likeBatchExec()
which can take bindings as an array. There should also be an option to have transactions in batch exec. Maybe session api would do the trick.The text was updated successfully, but these errors were encountered: