Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ The following is a list of extensions created by the community. If you want to c
| [`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 |
| [`prisma-guard`](https://github.com/multipliedtwice/prisma-guard) | Field validation, row level security, input shape enforcement |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Rewrite description to match table conventions.

The description uses a comma-separated list format that differs from other entries in the table. Most descriptions use complete phrases starting with verbs ("Adds...", "Lets you...", etc.).

📝 Suggested revision
-| [`prisma-guard`](https://github.com/multipliedtwice/prisma-guard)                                | Field validation, row level security, input shape enforcement                                                                            |
+| [`prisma-guard`](https://github.com/multipliedtwice/prisma-guard)                                | Adds field validation, row level security, and input shape enforcement                                                                   |
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| [`prisma-guard`](https://github.com/multipliedtwice/prisma-guard) | Field validation, row level security, input shape enforcement |
| [`prisma-guard`](https://github.com/multipliedtwice/prisma-guard) | Adds field validation, row level security, and input shape enforcement |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@apps/docs/content/docs/orm/prisma-client/client-extensions/extension-examples.mdx`
at line 33, Update the table description for the `prisma-guard` entry so it
follows the table's convention of using a complete verb-led phrase (e.g.,
"Adds...", "Provides...", "Enables...") instead of a comma-separated list;
change the description text for `prisma-guard` to a single concise phrase such
as "Provides field validation, enforces row-level security, and validates input
shapes" (or similar), ensuring parallel structure with other rows.

| [`prisma-extension-redis`](https://github.com/yxx4c/prisma-extension-redis) | Extensive Prisma extension designed for efficient caching and cache invalidation using Redis and Dragonfly Databases |
| [`prisma-cache-extension`](https://github.com/Shikhar97/prisma-cache) | Prisma extension for caching and invalidating cache with Redis(other Storage options to be supported) |
| [`prisma-extension-casl`](https://github.com/dennemark/prisma-extension-casl) | Prisma client extension that utilizes CASL to enforce authorization logic on most simple and nested queries. |
Expand Down