duckdb-rs
duckdb-rs copied to clipboard
Transaction new_unchecked
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?