Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dist/
.idea
tmp-resolvers
package-lock.json
!compute/*/package-lock.json
flow-typed
yarn.lock
bun.lock
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,20 @@ The [`accelerate`](./accelerate) folder contains examples of projects using [Pri
| [`nuxt-starter`](./accelerate/nuxtjs-starter/) | A Nuxt.js project using Prisma Accelerate's caching and connection pooling |
| [`astro-starter`](./accelerate/astro-starter/) | An Astro project using Prisma Accelerate's caching and connection pooling |

## Prisma Compute

The [`compute`](./compute) directory contains applications ready to deploy to Prisma Compute.

| Demo | Description |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [`compute/hono`](https://github.com/prisma/prisma-examples/tree/latest/compute/hono) | [Hono](https://hono.dev/) API deployed to Prisma Compute with `@prisma/cli`. |
| [`compute/nextjs`](https://github.com/prisma/prisma-examples/tree/latest/compute/nextjs) | [Next.js](https://nextjs.org/) App Router app using standalone output for Prisma Compute. |
| [`compute/tanstack-start`](https://github.com/prisma/prisma-examples/tree/latest/compute/tanstack-start) | [TanStack Start](https://tanstack.com/start) app using the Nitro output supported by Prisma Compute. |

## Deployment platforms

The projects in the [`deployment-platforms`](./deployment-platforms) directory show what "Prisma Client"-based deployment setups look like for various deployment providers. Learn more about [deployment](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client/deployment) in the Prisma documentation.

| Demo | Description |
| ----------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [`prisma-compute/hono`](https://github.com/prisma/prisma-examples/tree/latest/deployment-platforms/prisma-compute/hono) | [Hono](https://hono.dev/) API deployed to Prisma Compute with `@prisma/cli`. |
| [`prisma-compute/nextjs`](https://github.com/prisma/prisma-examples/tree/latest/deployment-platforms/prisma-compute/nextjs) | [Next.js](https://nextjs.org/) App Router app using standalone output for Prisma Compute. |
| [`prisma-compute/tanstack-start`](https://github.com/prisma/prisma-examples/tree/latest/deployment-platforms/prisma-compute/tanstack-start) | [TanStack Start](https://tanstack.com/start) app using the Nitro output supported by Prisma Compute. |

## Real-world & production-ready example projects with Prisma

- [Inbox Zero](https://github.com/elie222/inbox-zero): Open source email management tools to reach inbox zero fast
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Loading