728x90
nodejs책 340쪽 필기함
공식문서도 좋음
https://sequelize.org/v4/manual/tutorial/associations.html
Tutorial | Sequelize | The node.js ORM for PostgreSQL, MySQL, SQLite and MSSQL
Associations This section describes the various association types in sequelize. When calling a method such as User.hasOne(Project), we say that the User model (the model that the function is being invoked on) is the source and the Project model (the model
sequelize.org
728x90
'데이터베이스 > mySQL' 카테고리의 다른 글
mysql procedure 프로시저 생성 및 실행 (구본문자 DELIMITER ) (0) | 2022.05.10 |
---|---|
mysql 변수설정 set, declare 사용하려고 하는데...흠.. (0) | 2022.05.10 |
mysql 기본 명령어 (0) | 2022.05.10 |
mysql 이자액 계산기 식 만들기 (값 띄우기select,넣기insert,삭제TRUNCATE) (0) | 2022.05.09 |
[mySQL 이미지 저장] BLOB말고 문자열로 하는 이유 (+string문자열 VAR / CHAR 차이) (0) | 2022.04.29 |