Safe Migrations with Atlas and Ent

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ent

    An entity framework for Go

  • Hey gophers! I am sure a lot of us had broken production database once in our career due to broken migration files. Either because the migration history got changed due to version mismatches in concurrent development, or by invalid SQL or data dependent migrations. In this blog post I introduce to you the first step towards *safe migrations* with Atlas (atlasgo.io) in Ent(entgo.io) by utilizing a linear Merkle hash tree and automatic migration replaying.

  • atlas

    Manage your database schema as code (by ariga)

  • Hey gophers! I am sure a lot of us had broken production database once in our career due to broken migration files. Either because the migration history got changed due to version mismatches in concurrent development, or by invalid SQL or data dependent migrations. In this blog post I introduce to you the first step towards *safe migrations* with Atlas (atlasgo.io) in Ent(entgo.io) by utilizing a linear Merkle hash tree and automatic migration replaying.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts