This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 解説 http://aftercider.hatenablog.com/entry/2016/01/03/164444 | |
"use strict"; | |
// 使用するSQLite3のDBは以下 | |
// https://drive.google.com/file/d/0BzCcFSX0gJGkWFJUVmczN0ZOX1E/view?usp=sharing | |
/** | |
* Sequelizeの導入 | |
*/ | |
var Sequelize = require("sequelize"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
// 使用するSQLite3のDBは以下 | |
// https://drive.google.com/file/d/0BzCcFSX0gJGkNFQya2ZIZ0xQelE/view?usp=sharing | |
/** | |
* Sequelizeの導入 | |
*/ | |
var Sequelize = require("sequelize"); |