1 مستودع
Mechanisms for assigning and retrieving unique identifiers to distinguish database nodes during replication.
Distinct from Database Replication: Different from instance replication (scaling) or state replication; it is about node identity for the replication log.
Explore 1 awesome GitHub repository matching data & databases · Database Instance Identification. Refine with filters or upvote what's useful.
cr-sqlite is a multi-master database replication system that uses conflict-free replicated data types to ensure eventual consistency across distributed nodes. It provides the core capabilities for offline-first data synchronization, allowing multiple database instances to merge concurrent updates and reach a consistent state. The project distinguishes itself through a combination of CRDT-based data replication and a WASM-based database engine, enabling full SQL execution and state persistence within web browsers. It supports peer-to-peer replication and cross-tab synchronization, utilizing ca
Provides unique identifiers for database instances to manage peer-to-peer replication and change tracking.