Is there a proper Node library to enable audit tables with the Sequelize ORM (Postgresql under the hood)?
I found the NPM packages sequelize-temporal
, sequelize-paper-trail
and audit.sequelize
, but they are either very old, don't provide an easy way to migrate an existing DB, or simply don't seem to work.
Or is there another convenient way of keeping track of DB changes that I should know?