Is there a similar tool or alternative in Go like strong_migrations?

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
  • migrate

    Database migrations. CLI and Golang library.

  • strong_migrations is a famous gem for Ruby projects to catch dangerous migrations in development. Is there an alternative in Go which can be used with https://github.com/golang-migrate/migrate or other migration tools? Or if tools like migrate already have the support, it's just that I'm not aware?

  • atlas

    A modern tool for managing database schemas (by ariga)

  • Yes, there is: Atlas! https://atlasgo.io / https://github.com/ariga/atlas.

  • 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
  • goose

    A database migration tool. Supports SQL migrations and Go functions.

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