qb
qb copied to clipboard
Batch query support
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.