Protryon / klickhouse

Rust crate for accessing Clickhouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error handling

petar-dambovaliev opened this issue · comments

Dude, the error handling on this is terrible.
Most errors are not returned, but simply logged.
And there is no trace about the path it took to reach that error.

Replaced anyhow with thiserror. Should help.