Is there a DB framework that can manage migrations like Ruby on Rails ?

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

    An entity framework for Go

  • goose

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

  • I've used that and Goose.

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

    The fantastic ORM library for Golang, aims to be developer friendly

  • GORM can migrate your schema based on the structs you specify. When you change the struct, it will migrate the change. I've used it for a decent sized project, and I'm happy with the results.

  • sql-migrate

    SQL schema migration tool for Go.

  • Currently a fan of this one https://github.com/rubenv/sql-migrate

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

  • Does Go, has something similar to Laravel eloquent (ORM) ?

    7 projects | /r/golang | 11 Apr 2023
  • Show HN: A Go framework for your projects

    10 projects | news.ycombinator.com | 2 Jul 2022
  • [HELP]One to many in sqlx.

    3 projects | /r/golang | 22 Nov 2021
  • Show HN: Riza – Safely run untrusted code from your app

    1 project | news.ycombinator.com | 30 Apr 2024
  • Using migrations with Golang

    5 projects | dev.to | 17 Apr 2024