Diesel-Async 0.5

I'm happy to announce the release of diesel-async 0.5. Diesel-async provides a fully async connection interface for diesel, a performant and safe ORM and query builder for Rust.

This release introduces a SyncConnectionWrapper type that turns a sync diesel connection into a async diesel-async connection. This enables the usage of SQLite with diesel-async.

Additionally it adds support for the new diesel Instrumentation interface to allow instrumenting async connections as well.

See the full release blog for details.

To support future development efforts, please consider sponsoring me on GitHub.

4 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.