Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,16 @@ Query Insights is included with **Prisma Postgres** and there is nothing to enab

Create a database, open the **Queries** tab, and start exploring how your queries behave in production.

<Button className="w-fit my-10 mx-auto no-underline" variant="ppg" size="4xl" href="https://pris.ly/pdp-qi?utm_campaign=query-insights">Visit the console</Button>
<Button
asChild
variant="ppg"
className="no-underline hover:no-underline w-1/3 mx-auto"
>
<a href="https://pris.ly/pdp-qi?utm_campaign=query-insights">
Visit the console
</a>
</Button>

This is just the beginning! We are continuing to improve Query Insights and add more capabilities.

More updates are on the way, so stay tuned on our X or Discord!
More updates are on the way, so stay tuned on our X or Discord!
Loading