mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-01-08 18:49:04 +00:00
41e17aa253
* 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>