From 0cea2660e375a4b7925b986097b2a2f4e372f8cc Mon Sep 17 00:00:00 2001 From: Nikolas Date: Wed, 9 Dec 2020 10:24:14 +0100 Subject: [PATCH] Update 01-quickstart.mdx --- content/100-getting-started/01-quickstart.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/100-getting-started/01-quickstart.mdx b/content/100-getting-started/01-quickstart.mdx index bbc758fbdf..f6cd942619 100644 --- a/content/100-getting-started/01-quickstart.mdx +++ b/content/100-getting-started/01-quickstart.mdx @@ -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. - - SQL migrations - - - - Prisma Migrate + + Start from scratch **Add Prisma to an existing npm project**