How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations, deployments, and security audits across multiple database engines. It serves as a SQL GitOps tool that synchronizes database states with configurations stored in Git repositories to manage infrastructure as code. The platform distinguishes itself through a multi-database management console that provides a single interface for relational and NoSQL databases. It includes a security layer for role-based access control, database activity auditing, and column-level data masking to protect se
DEPRECATED: Like diff but for PostgreSQL schemas
Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract
Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL
The main features of shayonj/pg-osc are: Schema Migration Tools.
Open-source alternatives to shayonj/pg-osc include: bytebase/bytebase — Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations,… courseorchestra/2bass — DB schema as code tool. djrobstep/migra — DEPRECATED: Like diff but for PostgreSQL schemas. fabianlindfors/reshape — An easy-to-use, zero-downtime schema migration tool for Postgres. flyway/flyway — Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema… ariga/atlas — Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a…