Questions tagged as 'sequelize-js'

0
answers

Post with Association Node JS

I'm trying to do an insert (1-N), I use Node JS 8.9.1 and Sequelize version 4.4.2, PostgreSQL database. I have a Calendar class with GroupGroup class, that is, a calendar can have N GroupGroup records. Relevant parts of classes: Sched...
asked by 28.04.2018 / 16:33
1
answer

Error in separating responsibilities

On the node, I created the following template to represent my user: "use strict"; var Sequelize = require('sequelize'); module.exports = function() { return sequelize.define('user', { ID_USER: { type: Sequelize.INTEG...
asked by 15.03.2017 / 15:45