1 dépôt
Capabilities for identifying changes in data records between two specific points in time.
Distinct from Data Comparison: No candidates cover the specific functionality of 'difference queries' to find inserted/updated/deleted rows between timestamps.
Explore 1 awesome GitHub repository matching data & databases · Database State Differencing. Refine with filters or upvote what's useful.
immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It ensures verifiable database integrity by utilizing Merkle trees to generate membership and consistency proofs that detect unauthorized data alterations. The system employs a multi-model storage engine that unifies key-value, document, and relational data structures within a single immutable backend. It provides compatibility with the PostgreSQL wire protocol, allowing it to integrate with standard SQL clients, ORMs, and database tools. The project covers broad capabilities in
Allows identifying inserted, updated, or deleted rows between two points in time using difference queries.