mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add Bytebase to Database Schema Migration (#4412)
This commit is contained in:
parent
160a056468
commit
fd7a05249d
@ -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.
|
- [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.
|
- [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.
|
- [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-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.
|
- [go-pg-migrate](https://github.com/lawzava/go-pg-migrate) - CLI-friendly package for go-pg migrations management.
|
||||||
|
Loading…
Reference in New Issue
Block a user