From fd7a05249d6076094c67002463182e8ee3d11616 Mon Sep 17 00:00:00 2001 From: tianzhou Date: Tue, 6 Sep 2022 04:16:32 +0800 Subject: [PATCH] Add Bytebase to Database Schema Migration (#4412) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 260c5c6b..50498c65 100644 --- a/README.md +++ b/README.md @@ -705,6 +705,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [atlas](https://github.com/ariga/atlas) - A Database Toolkit. A CLI designed to help companies better work with their data. - [avro](https://github.com/khezen/avro) - Discover SQL schemas and convert them to AVRO schemas. Query SQL records into AVRO bytes. +- [bytebase](https://github.com/bytebase/bytebase) - Safe database schema change and version control for DevOps teams. - [darwin](https://github.com/GuiaBolso/darwin) - Database schema evolution library for Go. - [go-fixtures](https://github.com/RichardKnop/go-fixtures) - Django style fixtures for Golang's excellent built-in database/sql library. - [go-pg-migrate](https://github.com/lawzava/go-pg-migrate) - CLI-friendly package for go-pg migrations management.