0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 16:49:47 +00:00
Piotr Jastrzębski 41e17aa253
Add Connection::transactional_batch (#1366)
* 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>
2024-05-05 09:18:22 +00:00
..
2024-03-25 23:07:55 +00:00
2024-03-25 23:07:55 +00:00