주 메뉴 열기

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편집