docs(README): clarify async support for Diesel

Fixes #2
This commit is contained in:
Lucien Cartier-Tilet 2025-08-01 09:26:00 +02:00
parent 8468c3cd61
commit 545dfa066d
No known key found for this signature in database

View File

@ -556,11 +556,13 @@ cargo run help # For a list of all available actions
|----------------------|-------|--------|--------|
| Compile-time safety | ✅ | ✅ | ✅ |
| Relationship support | ✅ | ✅ | ✅ |
| Async support | ✅ | ✅ | ⚠️ |
| Async support | ✅ | ✅ | ⚠️[^1] |
| Learning curve | Low | Medium | High |
| Macro simplicity | ✅ | ❌ | ❌ |
| Advanced queries | ❌ | ✅ | ✅ |
[^1]: Requires `diesel-async`
## Roadmap
### High Priority