edgedb / edgedb-rust

The official Rust binding for EdgeDB
https://edgedb.com
Apache License 2.0
209 stars 26 forks source link

Export `IsolationLevel` #291

Closed XAMPPRocky closed 2 months ago

XAMPPRocky commented 5 months ago

The TransactionOptions::isolation function takes an IsolationLevel which is not publicly available, so the function isn't currently usable.

https://docs.rs/edgedb-tokio/latest/edgedb_tokio/struct.TransactionOptions.html#method.isolation