duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
508 stars 113 forks source link

Transaction new_unchecked #393

Open dvic opened 2 weeks ago

dvic commented 2 weeks ago

In relation to #378, shouldn't Transaction.new_unchecked be public? Otherwise how can we use a single connection across threads while creating transactions? Or is this not allowed/supported?