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

Add hrana backend for ws:// and wss:// protocols #8

Closed psarna closed 1 year ago

psarna commented 1 year ago

With #7 in place, we are already type-compatible with hrana endpoints. Let's add a proper hrana backend that users can pick. The backend should also be automatically picked when ws://, ws://, libsql:// or libsqls:// protocols are requested in the url.