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 645cdb498d..3fb99cd74f 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 @@ -33,6 +33,7 @@ The following is a list of extensions created by the community. If you want to c | [`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. | | [`prisma-emitter-extension`](https://github.com/feggaa/prisma-emitter-extension) | Prisma extension for emit events on CRUD operations based on configurable listeners. | +| [`prisma-sql`](https://github.com/multipliedtwice/prisma-to-sql) | Reads at raw SQL speed | 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.