MadhushaPrasad / Hello-World-Prisma

Prisma practical of my self Learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello-World-Prisma

Prisma practical of my self Learn

prisma_image

A Next-Generation ORM: Prisma

Prisma is an open-source next-generation ORM. It consists of the following parts: Prisma Client: Auto-generated and type-safe query builder for Node.js & TypeScript Prisma Migrate: Migration system Prisma Studio: GUI to view and edit data in your database

Prisma Client can be used in any Node.js (supported versions) or TypeScript backend application (including serverless applications and microservices). This can be a REST API, a GraphQL API, a gRPC API, or anything else that needs a database.

need more details?

read my medium article it will be usually give about what is,why?, and how to create a prisma project.

prisma__details_image

About

Prisma practical of my self Learn


Languages

Language:JavaScript 100.0%