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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

    Manage your database schema as code (by ariga)

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • what do you use for migrations? or how do you the sql tables and seeding?

    8 projects | /r/golang | 18 Feb 2023
  • Is there a Go alternative to dbdeploy?

    5 projects | /r/golang | 13 Jul 2022
  • What's your database migration set-up like?

    2 projects | /r/golang | 7 Sep 2021
  • How to handle migrations in Golang

    5 projects | dev.to | 11 Jun 2024
  • Use Golang Migrate on Docker Compose

    2 projects | dev.to | 27 May 2024