Calling an Api in Node js after data inserted into mariadb
I have a table in mariadb, say Table X, data is inserted to X by a different source.
I want to this to trigger an API in node js whenever new row is inserted into table X.
I tried using sequelize hooks, but they don't seem to work.