add linkedin avro repo

This commit is contained in:
karolinyoliveira 2021-10-20 19:14:05 -03:00 committed by Avelino
parent 130f64da99
commit 0aebbe2e72

View File

@ -538,6 +538,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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.
* [goavro](https://github.com/linkedin/goavro) - A Go package that encodes and decodes Avro data.
* [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-migrations](https://github.com/robinjoseph08/go-pg-migrations) - A Go package to help write migrations with go-pg/pg.