awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRecord

Rebuilding the state of a database record by applying a sequence of historical changes.

Distinct from State Reconstruction: Reconstructs specific database record versions rather than session states or in-memory snapshots.

Explore 1 awesome GitHub repository matching data & databases · Record. Refine with filters or upvote what's useful.

Awesome Record GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • collectiveidea/auditedAvatar de collectiveidea

    collectiveidea/audited

    3,491Voir sur GitHub↗

    Audited is a Ruby on Rails audit log library and change data capture framework. It tracks model changes by recording previous and current attribute values during create, update, and destroy operations to maintain a complete history of database modifications. The system functions as a database versioning tool and user activity tracker. It allows for the retrieval of historical record states by timestamp or index, enables reverting models to previous versions, and associates record modifications with specific user identities and remote IP addresses. The library includes capabilities for sensit

    Rebuilds previous record versions by applying stored attribute changes in reverse chronological order.

    Rubyactiverecordauditaudit-log
    Voir sur GitHub↗3,491
  1. Home
  2. Data & Databases
  3. Session State Management
  4. State Reconstruction
  5. Record