An async extension for Diesel, the safe, extensible ORM and Query Builder, enabling asynchronous database operations.
# Cargo.toml
[dependencies]
diesel-async = "0.9.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an async connection pool using Diesel Async.
Add tokio as a dependency and use #[tokio::main] or similar.
Enable the appropriate feature in Cargo.toml, e.g., diesel-async = { features = ["postgres"] }.No dependency data recorded yet.