Posts by Ropav • 21 points
2 posts
-
1
votes2
answers454
viewsQ: Error when creating a bank with Sequelize
Opa, I am creating a Rest API in Nodejs and using Sequelize as ORM only when I try to use the db:create command of the sequelize to create the database, it returns me this error: ERROR: Dialect…
-
-1
votes1
answer82
viewsQ: Show button only from a specific <li> button
I am developing a web application where this green confirm button shown in the image, is only displayed when the blue edit button is clicked. These "cards" are li’s that are generated dynamically as…