From 5a3ba04bce7a1a076732dea1bebdc228f5631d1d Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 29 Sep 2025 21:46:16 +0100 Subject: [PATCH] Add "Role Based Access Control in SeaORM 2.0" --- draft/2025-10-01-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-01-this-week-in-rust.md b/draft/2025-10-01-this-week-in-rust.md index ab5966c46..fe0130d36 100644 --- a/draft/2025-10-01-this-week-in-rust.md +++ b/draft/2025-10-01-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Role Based Access Control in SeaORM 2.0](https://www.sea-ql.org/blog/2025-09-30-sea-orm-rbac/) + ### Observations/Thoughts ### Rust Walkthroughs