My team has a brand new microservice project where we want to generate our go db models and protobuf files (for grpc) directly from the db schema.
On the gnorm site, it mentions we can generate protobufs from templates. I'm just curious if there's a simple example on how to do this.
Thanks.