tursodatabase / libsql-client-rs

libSQL Rust client library can be used to communicate with sqld natively over HTTP protocol with native Rust interface.
MIT License
75 stars 29 forks source link

Unify all HTTP backends #23

Closed psarna closed 1 year ago

psarna commented 1 year ago

With hrana v2, all HTTP backends now have lots of duplicated code - the only difference is how the prepared, serialized JSON payload is sent. Let's unify the implementations to get rid of the duplicated boilerplate

psarna commented 1 year ago

done