Piotr Jastrzębski
Piotr Jastrzębski
Thanks @ospfranco
Unfortunately, Windows is not currently supported. We don't have machines to build binaries for Windows.
This needs updates of binaries for linux platforms and apple silicon platforms before merging
Thanks @manakbisht. If you want you can start with the http only libsql jdbc driver. It would translate JDBC calls into http requests to sqld. Here's the sqld http api...
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.
Regarding support for HTTP/2. I believe sqld should support it so it's worth investigating why it does not work for you.
This must be something specific to your local setup. I tried curl to the managed instance and it works using HTTP/2: ``` ╰──> curl -v https://tests-haaawk.turso.io/v2 * Trying 66.241.124.14:443... *...
You also run http vs https but it might be some flag on the sqld that you're missing. I will check if there's any relevant flag we're using on turso...