From 0c9eda89c6f54fba8ec18c59e4119cc2bb9d4d78 Mon Sep 17 00:00:00 2001 From: int-2147483647 <98012752+int-2147483647@users.noreply.github.com> Date: Sat, 29 Jan 2022 17:12:51 +0200 Subject: [PATCH] Added ariga/atlas to Database schema migration. (#4013) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c65614d..fb6af77b 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Database schema migration.* +* [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. * [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.