awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tagstudiodev/tagstudioTagStudioDev 的头像

    TagStudioDev/TagStudio

    6,766在 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
    在 GitHub 上查看↗6,766
  • fastmonkeys/stellarfastmonkeys 的头像

    fastmonkeys/stellar

    3,854在 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
    在 GitHub 上查看↗3,854
  • ddev/ddevddev 的头像

    ddev/ddev

    3,671在 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
    在 GitHub 上查看↗3,671
  1. Home
  2. Data & Databases
  3. Local Databases
  4. Database Snapshots