Suggestions for both integrations with existing projects and totally new projects.
This file contains hidden or 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
import fs from 'fs'; | |
import { js_beautify as beautify } from 'js-beautify'; | |
import Sequelize from 'sequelize'; | |
import * as models from "../models"; | |
const sequelize = new Sequelize({ | |
host: '', | |
port: '', |