diff --git a/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md b/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md index 47a8ca5f0..32f0f8db4 100644 --- a/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md +++ b/src/data/roadmaps/nodejs/content/110-nodejs-databases/101-document/101-prisma.md @@ -1,6 +1,6 @@ # Prisma -Prisma is an open source next-generation ORM in the TypeScript ecosystem. It offer a dedicated API for relation filters. It provide an abstraction layer that makes you more productive compared to writing SQL. Prisma currently supports `PostgreSQL`, `MySQL`, `SQL Server`, `SQLite`, `MongoDB` and `CockroachDB`. +Prisma provides an open source next-generation ORM in the TypeScript ecosystem. It offers a dedicated API for relation filters. It provides an abstraction layer that makes you more productive compared to writing SQL. Prisma currently supports `PostgreSQL`, `MySQL`, `SQL Server`, `SQLite`, `MongoDB` and `CockroachDB`. Visit the following resources to learn more: