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

Migrate errors from anyhow to libsql::Error #45

Open psarna opened 1 year ago

psarna commented 1 year ago

This series migrates errors from anyhow to libsql::Error, so that we get properly typed errors.