Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

migra

A schema diff tool for PostgreSQL

🚨 migra has been discontinued
🔎 You can review its best alternatives below or view status details

migra Reviews and details

Screenshots and images

  • migra Landing page
    Landing page //
    2023-05-11

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about migra and what they use it for.
  • How to sustainably developer SQL database code (schemas, functions, ...)?
    I'd love to be able to be able to declaratively make changes directly in the table create commands instead of manually creating new migration scripts every time. I've found migra (we use PostgreSQL) and it seems to be exactly what I'm looking for. I'm curious about other people's experience and why things like Migra are the norm. Source: over 1 year ago
  • A Postgres toolkit, might be handy for web development projects
    I included migra - https://databaseci.com/docs/migra. It does the same. I will include pgdiff too in the next release. Source: about 2 years ago
  • MariaDB to go public at $672M valuation
    Thanks! I know of a couple Postgres tools that work in a declarative fashion: migra [1] and sqldef [2]. Migra is Postgres-specific. Its model is similar to Skeema's, in that the desired-state CREATEs are run in a temporary location and then introspected, to build an in-memory understanding of the desired state which can be diff'ed against the current actual state. (This approach was also borrowed by Prisma Migrate... - Source: Hacker News / over 2 years ago
  • Atlas – Terraform but for Database Migrations
    I use migra [https://databaseci.com/docs/migra] for PostgreSQL. I only put schema.sql into git, no migration scripts. To make changes, I update schema.sql and load it up into temporary db. Then I run migra prod_db temp_db and it spits out the SQL statements that take me from the old schema.sql (which was in production) to the new. I eyeball the statements and if they look good, I apply them to prod_db. - Source: Hacker News / over 2 years ago

Do you know an article comparing migra to other products?
Suggest a link to a post with product alternatives.

Suggest an article

migra discussion

Log in or Post with

This is an informative page about migra. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.