awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nethalo avatar

nethalo/dbsafe

0
View on GitHub↗
11 stars·3 forks·Go·Apache-2.0·1 viewrendiment.io/tags#dbsafe↗

Dbsafe

Pre-execution safety analysis for MySQL DDL/DML operations.

Features

  • Development and Schema - Analyzes DDL/DML operations for safety before execution.

Star history

Star history chart for nethalo/dbsafeStar history chart for nethalo/dbsafe

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does nethalo/dbsafe do?

Pre-execution safety analysis for MySQL DDL/DML operations.

What are the main features of nethalo/dbsafe?

The main features of nethalo/dbsafe are: Development and Schema.

What are some open-source alternatives to nethalo/dbsafe?

Open-source alternatives to nethalo/dbsafe include: actiontech/sqle — 一个支持多种不同类型数据库,覆盖事前控制、事后监督、标准发布场景,帮助您建立质量规范的SQL全生命周期质量管理平台. flyway/flyway — Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema… github/gh-ost — gh-ost is a triggerless online schema migration tool for MySQL. It functions as a replication client and table… liquibase/liquibase — Liquibase is a database schema change management tool and version control system designed to track, manage, and apply… mysql/mysql-sys — The MySQL sys schema. skeema/skeema — Declarative pure-SQL schema management for MySQL and MariaDB.

Open-source alternatives to Dbsafe

Similar open-source projects, ranked by how many features they share with Dbsafe.
  • actiontech/sqleactiontech avatar

    actiontech/sqle

    1,487View on GitHub↗

    一个支持多种不同类型数据库,覆盖事前控制、事后监督、标准发布场景,帮助您建立质量规范的SQL全生命周期质量管理平台

    Go
    View on GitHub↗1,487
  • flyway/flywayflyway avatar

    flyway/flyway

    9,844View on GitHub↗

    Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema changes to relational databases using SQL scripts and Java Database Connectivity to ensure environments remain consistent and reproducible. The tool tracks applied migration scripts in a dedicated metadata table to determine which updates require execution. It supports the synchronization of schema versions across multiple different database engines and provides integration for build systems and application frameworks to automate updates during software release processes. Capabili

    Javaauroracontinuous-deliverycontinuous-deployment
    View on GitHub↗9,844
  • github/gh-ostgithub avatar

    github/gh-ost

    13,409View on GitHub↗

    gh-ost is a triggerless online schema migration tool for MySQL. It functions as a replication client and table management utility that synchronizes data from a source table to a shadow table using binary logs, allowing for table structure modifications without locking original tables or causing downtime. The tool distinguishes itself by using binary-log-based replication instead of triggers to stream row-based events to a shadow table. It implements load-aware throttling and dynamic performance tuning to adjust migration speed based on server load and replication lag. Users can monitor and ad

    Go
    View on GitHub↗13,409
  • liquibase/liquibaseliquibase avatar

    liquibase/liquibase

    5,527View on GitHub↗

    Liquibase is a database schema change management tool and version control system designed to track, manage, and apply versioned database modifications. It functions as a SQL migration framework and DevOps automation utility that integrates database deployments into continuous delivery pipelines and build toolchains. The system enables precise rollbacks and drift detection by recording every modification made to a database schema. It supports the definition of database changes through structured changesets in XML, YAML, or JSON, as well as raw SQL scripts, to ensure consistent deployments acro

    Java
    View on GitHub↗5,527
See all 8 alternatives to Dbsafe→