From 9ee6c8821f0d55154c1fbe622b2c3b9825dec950 Mon Sep 17 00:00:00 2001 From: Petra Donka Date: Tue, 21 Nov 2023 14:41:36 +0100 Subject: [PATCH] update ORM description on the Get Started page (#5480) --- content/100-getting-started/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/100-getting-started/index.mdx b/content/100-getting-started/index.mdx index 62dc3d4d22..3aa8f6e95d 100644 --- a/content/100-getting-started/index.mdx +++ b/content/100-getting-started/index.mdx @@ -10,7 +10,7 @@ Welcome to the Prisma getting started section! 👋 Explore our range of products defined to make working with data easy: -[**Prisma ORM**](/concepts/overview/what-is-prisma) is an [open source](https://github.com/prisma/prisma) next-generation database toolkit that helps with data modeling, data access, schema migrations and more. +[**Prisma ORM**](/concepts/overview/what-is-prisma) is an [open source](https://github.com/prisma/prisma) next-generation Node.js and TypeScript ORM that unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion. [**Prisma Accelerate**](/data-platform/accelerate/what-is-accelerate) is a global database cache with scalable connection pooling.