sqld icon indicating copy to clipboard operation
sqld copied to clipboard

Deprecate legacy http endpoint

Open MarinPostma opened this issue 2 years ago • 3 comments

The legacy HTTP endpoint has been superseded by the hrana protocol. I propose we remove it for clarity.

MarinPostma avatar Sep 16 '23 09:09 MarinPostma

All of my demos use http 😅 it has this single advantage of being super easy to hand-code in a webpage

psarna avatar Sep 16 '23 09:09 psarna

I agree, I use is all the time for testing as well, and hrana is not very ergonomic, but at the same time, it's a maintenance burden :( Let's think about it

MarinPostma avatar Sep 16 '23 09:09 MarinPostma

AFAICT the Fermyon Spin runtime uses the HTTP endpoint: https://github.com/fermyon/spin/blob/main/crates/sqlite-libsql/src/lib.rs#L12

penberg avatar Sep 16 '23 12:09 penberg