주 메뉴 열기

wwiki β

Sequelize

promise-based Node.js ORM(Object-Relational Mapping) for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL

설치

$ npm install --save sequelize

초기화

sequelize init

models폴더가 index.js파일이 생성된다.

Example