Schema and Query Design 세션
Schema : blueprint for your database
관계형 데이터베이스 : table간의 관계
일대다
classId 사용(foreign key)
origin은 한개만 존재
다대다
두개의 classId 사용(join)
ORM Intro 세션
관계형데이터베이스에서 객체를 사용해서 통역사역할(정보를 집어넣고 바꾸는)
Sequlize(프로미스 기반 nodejs ORM)
'코드스테이츠(Immersive) > 스프린트' 카테고리의 다른 글
Deployment and Build Tools (0) | 2019.08.23 |
---|---|
Authentication and Full Stack Development (0) | 2019.08.21 |
Server Side Techniques(Promise) (0) | 2019.08.18 |
Event loop (0) | 2019.08.12 |
Datatstructures - Tree (0) | 2019.08.11 |