Node.js

sequelize

2승 2022. 5. 2. 17:19

sequelize란? -> ORM 라이브러리

*ORM(Object Relational Mapping) -> 자바스크립트 객체와 관계형 데이터베이스를 서로 연결해주는 도구

 

공식홈페이지에서 보면 더 자세한 부분을 알 수 있습니다.

https://sequelize.org/

 

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

 

제 깃헙에서도 한번씩 봐주세요!