Software Alternatives & Reviews

Atlas – Terraform but for Database Migrations

Hasura migra
  1. 1
    Hasura is an open platform to build scalable app backends, offering a built-in database, search, user-management and more.
    Pricing:
    • Open Source

    #GraphQL #Realtime Backend / API #API Tools 117 social mentions

  2. 2
    NOTE: migra has been discontinued.
    A schema diff tool for PostgreSQL
    Pricing:
    • Open Source
    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.

    #Python Web Framework #Web Frameworks #Python MVC Framework 4 social mentions

Discuss: Atlas – Terraform but for Database Migrations

Log in or Post with