duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust

Repository from Github https://github.comduckdb/duckdb-rsRepository from Github https://github.comduckdb/duckdb-rs

Don't force users to use `duckdb::Result`

andrewhamon opened this issue · comments

Rows.map requires the use of duckdb::Result.

Mapping a row to a value in my code might fail for reasons specific to my application, but the API of map prevents me from expressing that (or forces an awkward workaround).