Node library for Sequelize audit trail
Asked Answered
L

1

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?

Logsdon answered 6/6, 2016 at 16:31 Comment(4)
did you you ever find a solution for this?Benevolence
@AndreM unfortunately notSwanger
I am also in the same situation . Any luck @AndreM ?Hierology
I did not find one. Ended up just coding something of my own, which I can't share since was for internal use.Benevolence
C
1

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

Caylacaylor answered 20/4, 2018 at 21:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.