From 0fdcfc7a04ebfbfd21f5f859dfa8174946b09fc4 Mon Sep 17 00:00:00 2001 From: Guillaume Simonneau <2980507+khezen@users.noreply.github.com> Date: Thu, 25 Apr 2019 08:35:17 +0200 Subject: [PATCH] khezen/avro (#2477) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b19660fb..ff77449a 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Database schema migration.* +* [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. * [go-pg-migrations](https://github.com/robinjoseph08/go-pg-migrations) - A Go package to help write migrations with go-pg/pg.