postgresql(DB) prisma(ORM) 연동 참고 자료
https://docs.nestjs.com/controllers
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Rea
docs.nestjs.com
https://www.prisma.io/docs/concepts/overview/what-is-prisma
What is Prisma? (Overview)
This page gives a high-level overview of what Prisma is and how it works. It's a great starting point for Prisma newcomers!
www.prisma.io
https://docs.nestjs.com/recipes/prisma#prisma
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Rea
docs.nestjs.com
https://www.prisma.io/docs/concepts/components/prisma-client/crud
CRUD (Reference)
How to perform CRUD with Prisma Client.
www.prisma.io
https://www.prisma.io/docs/concepts/database-connectors/postgresql
PostgreSQL database connector (Reference)
This page explains how Prisma can connect to a PostgreSQL database using the PostgreSQL database connector.
www.prisma.io
공식문서에 잘 나와있다.