From 898d12251df48d7f8862fed19b2bf69c48615f9e Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Wed, 18 Dec 2024 10:09:36 +0000 Subject: [PATCH] Diesel Window functions blog post --- draft/2024-12-18-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-18-this-week-in-rust.md b/draft/2024-12-18-this-week-in-rust.md index be2e906c2..4142c45af 100644 --- a/draft/2024-12-18-this-week-in-rust.md +++ b/draft/2024-12-18-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Diesel: Window functions](https://blog.weiznich.de/blog/diesel-nl-net-grant-window-functions/) + ### Observations/Thoughts ### Rust Walkthroughs