Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 객체지향의사실과오해
- 스터디
- googleapis
- 개발자
- Study
- Object
- 자청
- Nestjs
- typescript
- 북스터디
- 조영호
- 세이노의가르침
- futureself
- PRISMA
- 독후감
- 오브젝트
- 일상속귀한배움
- BOOK
- AWS
- 클린코드
- serverless
- nodejs
- validator
- 퓨처셀프
- 역행자
- UNiQUE
- nodemailer
- Validation
- OOP
- 부자아빠가난한아빠2
Archives
- Today
- Total
목록Update (1)
우당탕탕 우리네 개발생활
[Prisma] update와 updateMany의 where option은 다르다
최근 prisma 라이브러리에 대한 typing이 얼마나 섬세하게 작성되어 있는지 새삼 느낄 수 있었다. const updateUser = await prisma.user.update({ where: { email: 'viola@prisma.io', }, /** Type '{ email: string; }' is not assignable to type 'UserWhereUniqueInput'. Object literal may only specify known properties, and 'email' does not exist in type 'UserWhereUniqueInput'.ts(2322) index.d.ts: The expected type comes..
tech
2024. 3. 9. 17:46