awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesDatabase Snapshots

Point-in-time copies of a local database used for backup and recovery.

Distinct from Local Databases: Distinct from Local Databases: specifically addresses the backup/versioning mechanism rather than general storage.

Explore 3 awesome GitHub repositories matching data & databases · Database Snapshots. Refine with filters or upvote what's useful.

Awesome Database Snapshots 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.
  • tagstudiodev/tagstudioAvatar de TagStudioDev

    TagStudioDev/TagStudio

    6,766Voir sur GitHub↗

    TagStudio is a database-driven digital asset manager designed to organize and categorize files without altering their physical location on disk. It utilizes a non-destructive metadata store to attach tags and custom fields to files via a separate database rather than modifying original file headers. The project is distinguished by a hierarchical tagging system that supports parent-child relationships and custom color palettes for visual organization. It includes a multi-format media previewer that generates thumbnails and playback for images, videos, audio, documents, and archives, as well as

    Creates timestamped backups of the central database file to protect metadata from data loss.

    Pythondocument-management-systemfile-managermetadata
    Voir sur GitHub↗6,766
  • fastmonkeys/stellarAvatar de fastmonkeys

    fastmonkeys/stellar

    3,854Voir sur GitHub↗

    Stellar is a command-line utility designed to manage local PostgreSQL database states by capturing and restoring snapshots. It functions as a development tool that enables rapid environment provisioning and state switching, allowing users to maintain consistent database configurations during iterative testing and debugging cycles. The tool operates by interacting directly with the underlying filesystem rather than relying on traditional database dump and restore processes. It utilizes low-level mechanisms such as atomic pointer swapping, binary manipulation, and zero-copy cloning to create po

    Creates internal copies of local database files to save the current state for rapid retrieval.

    Python
    Voir sur GitHub↗3,854
  • ddev/ddevAvatar de ddev

    ddev/ddev

    3,671Voir sur GitHub↗

    DDEV is a container-based local development environment and project manager designed to bootstrap consistent web development stacks. It orchestrates Docker containers to provide isolated Linux environments, integrating web servers, databases, and language runtimes. The project distinguishes itself by automating the complexities of local networking and security, featuring a local HTTPS proxy for SSL certificate automation and wildcard DNS for hostname management. It further enables collaboration by exposing local environments to the internet through tunneling for external project sharing. The

    Saves point-in-time copies of the local database to enable quick restoration of specific data states.

    Gobackdropcraftcmsddev
    Voir sur GitHub↗3,671
  1. Home
  2. Data & Databases
  3. Local Databases
  4. Database Snapshots