* Add Connection::execute_transactional_batch
This commit contains only plumbing.
There are 3 implementations that need to be provided
and they are currently implemented as a `todo!()`.
Next commits will fill in those missing implementations.
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
* Implement execute_transactional_batch for local connection
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
* Implement execute_transactional_batch for HRANA connection
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
* Implement execute_transactional_batch for GRPC connection
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
---------
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>