Inflearn brand logo image

Inflearn Community Q&A

No author

This post's author information has been deleted.

Slack Clone Coding [Backend with NestJS + TypeORM]

Why I like typeorm better

createQueryBuilder

Written on

·

329

0

createQueryBuilder 를 사용하실때 , 

대부분 데이터를 가져올때 많이 사용을 하셨던데 , 

데이터를 집어넣을땐, save() 를 사용하시나영?? 

강의때문에 그러시고 실제론createQueryBuilder.() insert() 사용하시나여 ? 

NestJSTypeORMexpressnodejs

Answer 1

1

zerocho님의 프로필 이미지
zerocho
Instructor

저는 한 건의 데이터를 넣을 때는 save 쓰고요. 여러 개 bulk insert할 때는 insert() 사용합니다.

감사합니다 :) 

No author

This post's author information has been deleted.

Ask a question