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
10 changes: 3 additions & 7 deletions content/100-getting-started/01-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -627,14 +627,10 @@ To learn how to connect Prisma to your own database, you can follow the respecti

**Set up a new project from scratch**

The following guides both explain how you can set up a new project from scratch using your own database as well as how to send queries with Prisma Client. The first one uses SQL migrations and [introspection](../concepts/components/introspection) while the second one uses [Prisma Migrate](../concepts/components/prisma-migrate) as the main Prisma workflow.
The following guide explains how you can set up a new project from scratch using your own database as well as how to send queries with Prisma Client.

<ButtonLink color="dark" type="primary" href="setup-prisma/start-from-scratch-sql">
SQL migrations
</ButtonLink>

<ButtonLink color="dark" type="primary" href="setup-prisma/start-from-scratch-prisma-migrate">
Prisma Migrate
<ButtonLink color="dark" type="primary" href="setup-prisma/start-from-scratch">
Start from scratch
</ButtonLink>

**Add Prisma to an existing npm project**
Expand Down