Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

exclude attribute sequelize query

MyModel.findAll({
  attributes: {exclude: ['some_field']}
});
Source by duckduckgo.com #
 
PREVIOUS NEXT
Tagged: #exclude #attribute #sequelize #query
ADD COMMENT
Topic
Name
5+5 =