Skip to content

Commit

Permalink
Update 140-shared-extensions.mdx
Browse files Browse the repository at this point in the history
Link to examples page
  • Loading branch information
ankur-arch authored Jan 10, 2025
1 parent 504b416 commit 2695797
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ metaDescription: 'Share extensions or import shared extensions into your Prisma
toc_max_heading_level: 4
---

<TopBlock>

You can share your [Prisma Client extensions](/orm/prisma-client/client-extensions) with other users, either as packages or as modules, and import extensions that other users create into your project.

If you would like to build a shareable extension, we also recommend using the [`prisma-client-extension-starter`](https://github.com/prisma/prisma-client-extension-starter) template.
If you would like to build a shareable extension, we also recommend using the [`prisma-client-extension-starter`](https://github.com/prisma/prisma-client-extension-starter) template.

</TopBlock>
To explore examples of Prisma's official Client extensions and those made by the community, visit [this](/orm/prisma-client/client-extensions/extension-examples) page.

## Install a shared, packaged extension

Expand Down

0 comments on commit 2695797

Please sign in to comment.