Manak Bisht
Manak Bisht
Hi, I have looked into this. Ideally, we would want to have something like https://github.com/xerial/sqlite-jdbc for libsql. I tried using the same jar with some modifications to support libsql, but...
@haaawk [sqld supports both HTTP/1.1 & /2](https://github.com/libsql/sqld/blob/main/docs/HRANA_3_SPEC.md#hrana-over-http). However, the server timeouts when I try to use HTTP/2. Here's an example snippet - ```java HttpRequest request = HttpRequest.newBuilder() .uri(new URI("http://localhost:8080/v2")) .timeout(Duration.of(10,...
> v1 and v2 in the path are not versions of HTTP protocol but versions of HRANA protocol. It's an aplication level protocol that we use. I understand that. I...