8

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?

1 Answers1

1

This is an old question, but maybe sequelize-version could be helpful for you https://github.com/ivmarcos/sequelize-version

sgaseretto
  • 421
  • 5
  • 13