From 9c2b8b3dc151da399efd3018be6c15c41a771bc6 Mon Sep 17 00:00:00 2001 From: Bradford Toney Date: Mon, 7 Feb 2022 12:08:02 -0500 Subject: [PATCH] Add tide-diesel to middlewares Adding my package `tide-diesel` to middlewares for easier discoverability --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c96de83..22010254 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ team. Use at your own risk. ### Middleware * [tide-compress](https://github.com/Fishrock123/tide-compress) * [tide-sqlx](https://github.com/eaze/tide-sqlx) - _SQLx pooled connections & transactions_ +* [tide-diesel](https://github.com/bluemoon/tide-diesel) - _Diesel pooled connections & transactions_ * [tide-trace](https://github.com/no9/tide-trace) * [tide-tracing](https://github.com/ethanboxx/tide-tracing) * [opentelemetry-tide](https://github.com/asaaki/opentelemetry-tide)