Infra is a set of go libraries to unify the way we write grpc servers, access various databases, etc.
Installation
go get github.com/pushwoosh/infra
Libraries
All databases and brokers libraries have similar design: each library has NewContainer function that creates a container
that holds named connections to the database.
To create a new connection, call Connect method. To fetch a connection, call Get method.