TypeScript
PostgresDB/TypeORM을 사용하기 위해서 설치해야하는 모듈들
개발자 김성록
2024. 10. 28. 17:30
728x90
반응형
@nestjs/typeorm | NestJS에서 TypeOrm을 사용하기 위해 연동시켜주는 모듈 |
typeorm | TypeORM 모듈 |
pg | Postgres 모듈 |
설치방법(npm패키지매니저 기준)
터미널에 npm install pg typeorm @nestjs/tyeorm --save 입력
nest.js에서 TypeORM을 사용해서 데이터베이스를 컨트롤 하는 방법이 나와있는 다큐멘테이션 주소입니다
참조하세요
https://docs.nestjs.com/techniques/database
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
728x90
반응형