From 451a3dbba78de966880ba98e055fac86af1c5296 Mon Sep 17 00:00:00 2001 From: multipliedtwice Date: Sat, 10 Aug 2024 21:57:40 +0700 Subject: [PATCH] Add Prisma RBAC extension to "200-extension-examples.mdx" (#6166) --- .../300-client-extensions/200-extension-examples.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx b/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx index 76cc926c50..67312e33b8 100644 --- a/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx +++ b/content/200-orm/200-prisma-client/300-client-extensions/200-extension-examples.mdx @@ -29,6 +29,7 @@ The following is a list of extensions created by the community. If you want to c | [`prisma-extension-random`](https://github.com/nkeil/prisma-extension-random) | Lets you query for random rows in your database | | [`prisma-paginate`](https://github.com/sandrewTx08/prisma-paginate) | Adds support for paginating read queries | | [`prisma-extension-streamdal`](https://github.com/streamdal/prisma-extension-streamdal) | Adds support for Code-Native data pipelines using Streamdal | +| [`prisma-rbac`](https://github.com/multipliedtwice/prisma-rbac) | Adds customizable role-based access control | If you have built an extension and would like to see it featured, feel free to add it to the list by opening a pull request.