1.7 KiB
数据库迁移工具
database migrations tool database merge
数据库/SQL 版本管理工具选型指北:Flyway、Liquibase、Bytebase、阿里 DMS - 知乎
Java
liquibase https://github.com/liquibase/liquibase
flyway https://github.com/flyway/flyway/
mybatis migrations 好像只有命令行工具 https://mybatis.org/migrations/installation.html
golang
bytebase CNCF 有页面平台 https://github.com/bytebase/bytebase https://www.bytebase.com/zh/pricing
dbmate https://github.com/amacneil/dbmate 页面有说明与其它几个的对比
golang-migrate https://github.com/golang-migrate/migrate
goose https://github.com/pressly/goose
sql-migrate https://github.com/rubenv/sql-migrate
gormigrate https://github.com/go-gormigrate/gormigrate
python
sqlalchemy-alembic https://github.com/sqlalchemy/alembic
aerich https://github.com/tortoise/aerich
django migrations Migrations | Django documentation | Django
others
sqitchers/sqitch: Sensible database change management
https://github.com/mbucc/shmig