-
sequelize란? -> ORM 라이브러리
*ORM(Object Relational Mapping) -> 자바스크립트 객체와 관계형 데이터베이스를 서로 연결해주는 도구
공식홈페이지에서 보면 더 자세한 부분을 알 수 있습니다.
Sequelize | Feature-rich ORM for modern TypeScript & JavaScript
Sequelize is a modern TypeScript and Node.js ORM for Postgres, MySQL, MariaDB, SQLite and SQL Server, and more. Featuring solid transaction support, relations, eager and lazy loading, read replication and more.
sequelize.org
'Node.js' 카테고리의 다른 글
var let const 차이점 (0) 2022.05.02 npm이란? (0) 2022.05.02 Node.js (0) 2021.12.30