250x250
Notice
Recent Posts
Recent Comments
Link
«   2025/10   »
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 29 30 31
Archives
Today
Total
관리 메뉴

devlog_owen

231226 [TIL] 개인프로젝트 시작 본문

TIL

231226 [TIL] 개인프로젝트 시작

developer_owen 2023. 12. 27. 00:38
728x90

ERD 작성

 

https://drawsql.app/teams/own-project/diagrams/ticketing-event

 

ticketing_event | DrawSQL

Database schema diagram for ticketing_event.

drawsql.app

 

필수기능만 구현하려고 만들었는데 생각보다 ERD가 좀 간단한거같아서 (테이블 3개...) 좀 헷갈린다.


 

개인프로젝트 참고자료

 

[nestjs 공식문서 - typeorm relation]
https://docs.nestjs.com/techniques/database#relations

 

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

[npm typeorm 공식문서]
https://velog.io/@wlduq0150/Nest.js-TypeORM-%ED%85%8C%EC%9D%B4%EB%B8%94-%EA%B4%80%EA%B3%84-%EC%A0%95%EC%9D%98%ED%95%98%EA%B8%B0

 

[Nest.js] TypeORM 테이블 관계 정의하기

이번에는 nest 프로젝트에 TypeORM을 사용해 Entity를 정의하고 관계를 정의하는 것을 공부해볼려고 한다.A와 B 테이블이 있다고 가정한다.A 테이블B 테이블One To One의 경우 JoinColumn 데코레이터가 없으

velog.io

 


 

728x90