qb icon indicating copy to clipboard operation
qb copied to clipboard

Batch query support

Open aacanakin opened this issue 9 years ago • 0 comments

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.

aacanakin avatar Apr 20 '16 11:04 aacanakin