Skip to content

Commit

Permalink
add optimize mentios in various places (#6343)
Browse files Browse the repository at this point in the history
* add optimize mentios in various places

* minor updates

* Update content/200-orm/800-more/400-comparisons/04-prisma-and-drizzle.mdx

Co-authored-by: Ankur Datta <[email protected]>

---------

Co-authored-by: Ankur Datta <[email protected]>
  • Loading branch information
nikolasburk and ankur-arch authored Oct 17, 2024
1 parent 6d34cdf commit 18f71e9
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
6 changes: 6 additions & 0 deletions content/100-getting-started/01-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,12 @@ If you want to move forward with Prisma ORM using your own PostgreSQL, MySQL, Mo
- [Start with Prisma ORM from scratch](/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgresql)
- [Add Prisma ORM to an existing project](/getting-started/setup-prisma/add-to-existing-project)

### Get query insights and analytics with Prisma Optimize

[Prisma Optimize](/optimize) helps you generate insights and provides recommendations that can help you make your database queries faster.

Optimize aims to help developers of all skill levels write efficient database queries, reducing database load and making applications more responsive.

### Explore ready-to-run Prisma ORM examples

Check out the [`prisma-examples`](https://github.com/prisma/prisma-examples/) repository on GitHub to see how Prisma ORM can be used with your favorite library. The repo contains examples with Express, NestJS, GraphQL as well as fullstack examples with Next.js and Vue.js, and a lot more.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ The Prisma blog features comprehensive tutorials about Prisma ORM, check out our

Prisma Studio is a visual editor for the data in your database. Run `npx prisma studio` in your terminal.

### Get query insights and analytics with Prisma Optimize

[Prisma Optimize](/optimize) helps you generate insights and provides recommendations that can help you make your database queries faster. [Try it out now!](/optimize/getting-started)

Optimize aims to help developers of all skill levels write efficient database queries, reducing database load and making applications more responsive.

### Try a Prisma ORM example

The [`prisma-examples`](https://github.com/prisma/prisma-examples/) repository contains a number of ready-to-run examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ The Prisma blog features comprehensive tutorials about Prisma ORM, check out our
Prisma Studio is a visual editor for the data in your database. Run `npx prisma studio` in your terminal.
### Get query insights and analytics with Prisma Optimize
[Prisma Optimize](/optimize) helps you generate insights and provides recommendations that can help you make your database queries faster. [Try it out now!](/optimize/getting-started)
Optimize aims to help developers of all skill levels write efficient database queries, reducing database load and making applications more responsive.
### Change the database schema (e.g. add more tables)
To evolve the app, you need to follow the same flow of the tutorial:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@ hide_table_of_contents: true

## In this section

:::tip Get query insights and analytics with Prisma Optimize

[Prisma Optimize](/optimize) helps you generate insights and provides recommendations that can help you make your database queries faster:

Optimize aims to help developers of all skill levels write efficient database queries, reducing database load and making applications more responsive.

:::


<Subsections depth="3" />
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ metaDescription: 'Debugging & troubleshooting'
hide_table_of_contents: true
---

<TopBlock>
:::tip Get query insights and analytics with Prisma Optimize

Debugging & troubleshooting
[Prisma Optimize](/optimize) helps you generate insights and provides recommendations that can help you make your database queries faster:

Optimize aims to help developers of all skill levels write efficient database queries, reducing database load and making applications more responsive.

:::

</TopBlock>

## In this section

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ In addition to Prisma Studio, Prisma offers commercial products via the Prisma D

- [Prisma Accelerate](https://www.prisma.io/data-platform/accelerate?utm_source=docs&utm_medium=orm-docs): A connection pooler and global cache that integrates with Prisma ORM. Users can take advantage of connection pooling immediately and can control caching at an individual query level.
- [Prisma Pulse](https://www.prisma.io/data-platform/pulse?utm_source=docs&utm_medium=orm-docs): A change data capture (CDC) service where Prisma Client can subscribe to database changes and receive them in real-time with little to no setup.
- [Prisma Optimize](https://www.prisma.io/data-platform/optimize?utm_source=docs&utm_medium=orm-docs): A query analytics tool that provides deep insights, actionable recommendations, and allows you to interact with Prisma AI for further insights and optimizing your database queries.

These products work hand-in-hand with Prisma ORM to offer comprehensive data tooling, making building data-driven applications easy by following [Data DX](https://datadx.io/) principles.

Expand Down

0 comments on commit 18f71e9

Please sign in to comment.