0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-31 02:23:10 +00:00

4 Commits

Author SHA1 Message Date
41e17aa253 Add Connection::transactional_batch ()
* 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
7708a43772 server: add query_duration_ms stats to query res ()
* server: add `query_duration_ms` stats to query res

* hrana: default new stats fields
2024-04-15 16:37:13 +00:00
dac888bbb7 server: add query stats to hrana responses ()
* server: add query stats to hrana responses

* update spec with stats

* remove unused import

* fix snapshot

* more snapshots

* add stats to legacy api

* address comments
2024-04-11 16:23:21 +00:00
966757ab03 add libsql-hrana crate () 2024-03-25 23:07:55 +00:00