I need to log RAW query generated by Sequelize and it's result to get the ID. RAW query of sequelize with insert ID as default, but I want to know that ID.
Loggin: function(str) solve logging raw query but not help me see it's id.
I need to log RAW query generated by Sequelize and it's result to get the ID. RAW query of sequelize with insert ID as default, but I want to know that ID.
Loggin: function(str) solve logging raw query but not help me see it's id.