0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-25 12:10:40 +00:00

7 Commits

Author SHA1 Message Date
43ec7b378c libsql: prepare v0.4.0 release () 2024-06-11 14:27:13 +00:00
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
d9182c5946 Preparing a rust sdk release ()
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
2024-04-17 13:27:30 +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
866a390026 libsql-hrana: add description () 2024-03-26 16:41:47 +00:00
966757ab03 add libsql-hrana crate () 2024-03-25 23:07:55 +00:00