TiDB-for-PostgreSQL
PgSQL compatible on distributed database TiDB (by DigitalChinaOpenSource)
goose
A database migration tool. Supports SQL migrations and Go functions. (by pressly)
| TiDB-for-PostgreSQL | goose | |
|---|---|---|
| 1 | 33 | |
| 398 | 10,832 | |
| 0.3% | 2.5% | |
| 0.0 | 8.1 | |
| almost 4 years ago | 26 days ago | |
| Go | Go | |
| Apache License 2.0 | 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.
TiDB-for-PostgreSQL
Posts with mentions or reviews of TiDB-for-PostgreSQL.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Compatibility comparison of GitLab on YugabyteDB and TiDB For PostgreSQL
The test results of the above two distributed databases compatible with the PG protocol are that YugabyteDB has better compatibility, while the domestic distributed database TiDB's community project TiDB For PostgreSQL ) is also compatible with most GitLab functions, reference materials:
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 TiDB-for-PostgreSQL and goose you can also consider the following projects:
tiflow - This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
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]
graphjin - GraphJin - An Automagical Compiler to Connect AI to Your Databases
atlas - Declarative schema migrations with schema-as-code workflows
tidb-lite - Using tidb-lite to create a TiDB server with mocktikv mode in your application or unit test.
tern - The SQL Fan's Migrator