Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

id desde sql

app.get('/nohttps://pharos.sh/usando-sequelize-orm-con-node-js-y-express/tes/:id', function(req, res) {
  Note.findAll({ where: { id: req.params.id } }).then(notes => res.json(notes));
});
Source by pharos.sh #
 
PREVIOUS NEXT
Tagged: #id #desde #sql
ADD COMMENT
Topic
Name
8+5 =