Posts by Hidemitsu Goncalves Hashimoto • 11 points
2 posts
-
0
votes0
answers28
viewsQ: How to change the Sequelize response object?
I would like to know how to change the answer object in sequelize findAll. I used the code below to make the change but I do not know if in Sequelize itself can do. then(chars => {…
-
1
votes1
answer74
viewsQ: How to determine the type of data to use in this flexible case?
The project consists of a database for RPG sheets (D&D and the like). It was like this: Database record sheet Tables character system raccoon class attribute personagem_attribute Relationships…