1 مستودع
Capabilities for querying values stored within serialized blobs using database-level patterns.
Distinct from Data Serialization: Focuses on querying serialized state for search, rather than the encoding/decoding process itself.
Explore 1 awesome GitHub repository matching data & databases · Serialized Data Querying. Refine with filters or upvote what's useful.
PaperTrail is a Ruby on Rails versioning library and database audit trail system. It tracks changes to database models by capturing historical snapshots of object states and associating every modification with the specific user or process responsible for the update. The project provides a model state reification tool to reconstruct model instances as they existed at a specific point in time and a data recovery framework to restore deleted database records by reifying their last known version. The system covers a broad range of capabilities including version history navigation, changeset-base
Searches within serialized object data using SQL patterns to find specific field values across historical versions.