Work in progress asynchronous bindings of EdgeDB for Tokio main loop.
```rust
async fn main() -> anyhow::Result<()> {
let conn = edgedbtokio::createclient().await?;
let val = conn.queryrequiredsingle::
```rust
async fn main() -> anyhow::Result<()> {
let conn = edgedbtokio::createclient().await?;
let val = conn.transaction(|mut transaction| async move {
transaction.queryrequiredsingle::
More examples on github
Licensed under either of
at your option.