GravityR
Find bottleneck in your application (by mrasu)
goose
A database migration tool. Supports SQL migrations and Go functions. (by pressly)
| GravityR | goose | |
|---|---|---|
| 3 | 33 | |
| 47 | 10,832 | |
| - | 2.5% | |
| 10.0 | 8.1 | |
| over 3 years ago | 27 days ago | |
| Go | Go | |
| MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
GravityR
Posts with mentions or reviews of GravityR.
We have used some of these posts to build our list of alternatives
and similar projects.
goose
Posts with mentions or reviews of goose.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-11-25.
-
Go full stack web app tutorial with sqlc and htmx. Part 1
Goose – Database migrations.
- CLI to manage your SQL database schemas and migrations
-
Best Database Migration Tools for Golang
Goose is a no-fuss, lightweight migration tool for Go. It’s perfect for developers who want minimal setup and SQL-based migrations without heavy dependencies. Goose supports PostgreSQL, MySQL, SQLite, and more, and it’s easy to integrate into a Go project.
-
How to handle migrations in Golang
goose
-
GORM and Goose Migrations
Let's get started with handling migrations in Go with GORM and Goose.
-
Recent improvements to the pressly/goose migration tool
In v3.16.0 we added a new Provider feature that unlocks the ability to implement a lot of highly requested features. More details in the blog post:
- How are y'all that are using raw sql doing DB Migrations?
- Why elixir over Golang
- Is there a similar tool or alternative in Go like strong_migrations?
-
How do you handle migrations ?
Next try https://github.com/pressly/goose We have this setup to be run by the CI-CD pipeline to be run before the application is started. BTW, this utility is compatible with https://sqlc.dev , so they work good together.
What are some alternatives?
When comparing GravityR and goose you can also consider the following projects:
dbmate - 🚀 A lightweight, framework-agnostic database migration tool.
go-migrate - Abstract task migration tool written in Go for Golang services. Database and non database migration management brought to the CLI. [Moved to: https://github.com/g14a/metana]
usql - Universal command-line interface for SQL databases
atlas - Declarative schema migrations with schema-as-code workflows
SQLBoiler - Generate a Go ORM tailored to your database schema.
tern - The SQL Fan's Migrator