Skip to content

Commit

Permalink
improve accelerate description
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Aug 8, 2024
1 parent 4f9b7d7 commit 9a8bc35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/300-accelerate/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ import {

</div>


With Accelerate, you can easily configure connection pooling and choose the right cache strategy for your app.
With Accelerate, you can easily configure connection pooling and choose the right cache strategy for your app. You can think of Accelerate as a combination of pgBouncer (connection pool) and Redis (database caching layer) that you can integrate seamlessly with Prisma ORM to ensure scalability and performance of your application.

<Grid>
<LinkCard
Expand Down

0 comments on commit 9a8bc35

Please sign in to comment.