본문 바로가기

DB(SQL)/기타

Sequelize 참고 사이트

반응형

https://sequelize.org/master/index.html

 

Manual | Sequelize

Constraints & Circularities Adding constraints between tables means that tables must be created in the database in a certain order, when using sequelize.sync. If Task has a reference to User, the User table must be created before the Task table can be crea

sequelize.org

https://velog.io/@cadenzah/sequelize-document-4

 

Sequelize 공식 Document - (4) Associations (상)

해석과 설명을 곁들인 Sequelize 도큐먼트 정복, 그 4편

velog.io

https://wooooooak.github.io/node.js/2018/11/22/sequelize-1-%EB%8C%80-%EB%8B%A4/

 

sequelize belongsToMany vs hasMany · 쾌락코딩

sequelize belongsToMany vs hasMany 22 Nov 2018 | sequelize associations sequelize belongsTo vs hasOne 포스트에서 1대1 관계에 대해서 알아보았다. 이번에는 hasMany와 belongsToMany가 어떤 차이점이 있고 언제 쓰이는지에 대해서 알아보았다. 물론 이것 역시 공식문서를 번역한 것이나 다름없다. One-To-Many associations (hasMany) hasMa

wooooooak.github.io

 

반응형

'DB(SQL) > 기타' 카테고리의 다른 글

[DB] 공부해야할것들  (0) 2021.05.21
[DTC] 분산 트랜잭션 (Distributed Transaction Coordinator)  (0) 2021.05.21
[database] 공부할것들  (0) 2021.05.18
DATABASE 네이밍 룰 참조 자료  (0) 2021.02.26
ERD 작성 무료 사이트  (0) 2021.02.12