2 रिपॉजिटरी
Processes for importing data from database-specific backup files, such as RDB snapshots, into a live database instance.
Distinct from Note Backup Restorations: Existing candidates focus on general file restoration, cloud-specific backup services, or note-app data, rather than database-engine snapshots.
Explore 2 awesome GitHub repositories matching data & databases · Database Backup Restorations. Refine with filters or upvote what's useful.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Imports data from dump files into target databases to recover structures and records.
RedisShake is a migration and synchronization tool for Redis and Valkey instances. It facilitates the transfer of data between standalone, sentinel, and cluster deployments, acting as a cross-version database migrator and a utility for restoring data from backup files. The project provides a programmable data transformation pipeline that allows for filtering keys, remapping database indices, and executing Lua scripts to modify commands and keys during transit. It supports zero-downtime synchronization by replicating snapshots and streaming incremental changes in real time. The tool covers a
Rdb-tools loads and migrates data directly from a backup file to a target instance.