Giter Club home page Giter Club logo

beta's Introduction

Beta

Migration


  1. You can create a MODEL and a MIGRATION SCRIPT using the command node_modules/.bin/sequelize model:create --name Todo --attributes title:string,something:integer Note that there should not be spaces between the attributes.
  2. This will create a file under src/db/migrations and you can then populate the entire script as well as a model under src/db/models.
  3. Next, you can execute the migration script using node_modules/.bin/sequelize db:migrate
  4. You can execute a rollback with node_modules/.bin/sequelize db:migrate:undo

Running

  1. go to config/docker and run docker-compose up
  2. yarn start

Sequelize setup

  1. Sequelize's configuration file path is declared in .sequelizerc
  2. folders and files were generated with yarn sequelize init
  3. This will generate 3 folders/file, config.json, migration folder and models folder.
  4. config.json will contain the username and password for the database connection.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.