Sequelize Paper Trail is a plugin for the Sequelize ORM that automatically records every create, update, and delete on chosen models, storing each version in Revision tables so you can inspect, revert, or restore past states and attribute changes to a user. It’s aimed at Node.js developers who need audit‑trail or version‑control capabilities for their database models, especially those already using Sequelize v5/v6.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Sequelize plugin for tracking revision history of model instances.