#1130739 RFP: librust-diesel-async-dev -- Asynchronous interface for Diesel, a safe and extensible ORM for Rust - Rust source code

#1130739#5
Date:
2026-03-14 13:34:50 UTC
From:
To:
* Package name    : librust-diesel-async-dev
  Version         : 0.7.4
  Upstream Contact: Georg Semmler <blog@weiznich.de>
* URL             : https://github.com/weiznich/diesel_async
* License         : MIT | Apache
  Programming Lang: Rust
  Description     : Asynchronous interface for Diesel, a safe and extensible ORM for Rust - Rust source code

Diesel gets rid of the boilerplate for database interaction and eliminates
runtime errors without sacrificing performance. It takes full advantage of
Rust's type system to create a low overhead query builder that "feels like
Rust."

Diesel-async provides an async implementation of diesels connection
implementation and any method that may issue an query. It is designed as pure
async drop-in replacement for the corresponding diesel methods. Similar to
diesel the crate is designed in a way that allows third party crates to extend
the existing infrastructure and even provide their own connection
implementations.