본문 바로가기

FrontEnd/NestJS

[NestJS] TypeORM 기본 CRUD 작성하기

반응형
SMALL

https://it-timehacker.tistory.com/167

 

Nest.js) type ORM , entities 정의하기

type ORM에서 entities 가 들어가게 되는데, entities 는 데이터베이스가 어떻게 구성되어있는지 알려주는 부분으로 보면 된다. 아래와 같이 name에 테이블의 이름을 넣고, synchromize에 false를 두면 이미

it-timehacker.tistory.com

 

반응형
LIST

'FrontEnd > NestJS' 카테고리의 다른 글

nestjs[NodeJs Framework]  (0) 2023.09.20
nestjs wiki docs  (0) 2023.08.29
js-joda 로 TypeORM Date 타입 대체하기 (with NestJS)  (0) 2023.08.29
Nest.js - Swagger  (0) 2023.08.29