I'm looking for something for NodeJS that is similar to the PaperTrail gem for rails. Something that will automatically help keep track of changes to different fields.
Is there an equivalent of the PaperTrail gem in Rails for NodeJS?
Asked Answered
Try softwarerecs.stackexchange.com –
Vingtetun
@Escamilla did you ever find a node tool like PaperTrail? I am searching for one as well. –
Alysaalyse
@Alysaalyse I know this is an old comment but look at the answer below and it might help. –
Escamilla
@Escamilla thanks! I don't need it anymore though, and most of these repos look abandoned. –
Alysaalyse
@Alysaalyse Yea, on a second look through most of them do. But might be good base to start for someone who does need it. Glad to hear you solved your solution though. –
Escamilla
There are multiple Node.js ports of PaperTrail available on NPM. Some are customized for specific adaptors such as Winston or Sequelize.
These packages are for sending logs to a service called SolarWinds Papertrail. They will not help you to revert or undelete a model like the paper_trail gem. –
Plan
© 2022 - 2024 — McMap. All rights reserved.