Add prisma content(#2086)

Add information about Prisma.
pull/2088/head
orig 2 years ago committed by GitHub
parent cb9deeef92
commit bdc4025872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      content/roadmaps/107-nodejs/content/110-nodejs-databases/100-relational/103-prisma.md

@ -1 +1,7 @@
# Prisma
Prisma is a next-generation object–relational mapper (ORM) that claims to help developers build faster and make fewer errors. Prisma takes a different approach to ORMs compared to traditional ORMs. It uses a custom Schema Definition Language (SDL) that automatically writes migrations and generates type-safe code.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.prisma.io/'>Prisma Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://www.prisma.io/docs/'>Prisma Official Documentations</BadgeLink>

Loading…
Cancel
Save