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
반응형
'TypeScript' 카테고리의 다른 글
NestJS에서 이메일 인증 기능 구현: Nodemailer 사용방법 (0) | 2024.11.08 |
---|---|
Nest.js의 기본 구조 정리 (1) | 2024.10.23 |
TypeScript 컴파일 세부설정(tsconfig.json) 추가 할만한 것들 (0) | 2024.10.18 |