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
djrobstep avatar

djrobstep/migra

0
View on GitHub↗
3,049 stars·143 forks·Python·Unlicense·7 views

Migra

DEPRECATED: Like diff but for PostgreSQL schemas

Features

  • Schema and Migration Tools - Schema diffing tool for PostgreSQL.
  • Schema Migration Tools - Diff tool for PostgreSQL schemas.

Star history

Star history chart for djrobstep/migraStar history chart for djrobstep/migra

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.

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

Open-source alternatives to Migra

Similar open-source projects, ranked by how many features they share with Migra.
  • sqitchers/sqitchsqitchers avatar

    sqitchers/sqitch

    3,134View on GitHub↗

    Sensible database change management

    Perl
    View on GitHub↗3,134
  • perseas/pyrseasperseas avatar

    perseas/Pyrseas

    407View on GitHub↗

    Provides utilities for Postgres database schema versioning.

    Python
    View on GitHub↗407
  • doctrine/dbaldoctrine avatar

    doctrine/dbal

    9,699View on GitHub↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    PHPdatabaseibm-db2mariadb
    View on GitHub↗9,699
  • elixir-ecto/ectoelixir-ecto avatar

    elixir-ecto/ecto

    6,471View on GitHub↗

    Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through changesets before persistence. It provides a language-integrated query syntax for composing database queries, building them incrementally and securely with compile-time expansion into safe SQL. The toolkit connects to multiple database backends including PostgreSQL, MySQL, MSSQL, SQLite3, ClickHouse, and ETS through a pluggable adapter interface. It supports eager and lazy preloading of associated records to eliminate N+1 query problems, and can store nested data structures as embed

    Elixir
    View on GitHub↗6,471
See all 27 alternatives to Migra→

Frequently asked questions

What does djrobstep/migra do?

DEPRECATED: Like diff but for PostgreSQL schemas

What are the main features of djrobstep/migra?

The main features of djrobstep/migra are: Schema and Migration Tools, Schema Migration Tools.

What are some open-source alternatives to djrobstep/migra?

Open-source alternatives to djrobstep/migra include: perseas/pyrseas — Provides utilities for Postgres database schema versioning. sqitchers/sqitch — Sensible database change management. doctrine/dbal — This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting… elixir-ecto/ecto — Ecto is an Elixir database toolkit that maps database rows to Elixir structs and validates data changes through… bytebase/bytebase — Bytebase is a database DevSecOps platform and management console designed to orchestrate schema migrations,… ariga/atlas — Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a…