Skip to content

Commit

Permalink
add missing backtick (#5478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni authored Nov 20, 2023
1 parent 0b82cc8 commit b3f9adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following is a list of extensions created by the community. If you want to c
| [`prisma-extension-caching`](https://github.com/isaev-the-poetry/prisma-extension-caching) | Transforms SQL data from queries in streams to improve performance in larger datasets |
| [`prisma-extension-cache-manager`](https://github.com/random42/prisma-extension-cache-manager) | Caches model queries with any [cache-manager](https://www.npmjs.com/package/cache-manager) compatible cache |
| [`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-paginate`](https://github.com/sandrewTx08/prisma-paginate) | Adds support for paginating read queries |

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.

Expand Down

1 comment on commit b3f9adf

@vercel
Copy link

@vercel vercel bot commented on b3f9adf Nov 20, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./

docs-prisma.vercel.app
prisma2-docs.vercel.app
docs-git-main-prisma.vercel.app

Please sign in to comment.