1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Merge pull request #992 from alexted/feature/diesel-async-example

Diesel-async usage example
This commit is contained in:
Rob Ede
2025-04-09 21:45:35 +00:00
committed by GitHub
16 changed files with 547 additions and 5 deletions

View File

@ -17,6 +17,7 @@ members = [
"cors/backend",
"data-factory",
"databases/diesel",
"databases/diesel-async",
"databases/mongodb",
"databases/mysql",
"databases/postgres",