-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
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.
Reactions are currently unavailable