walterwanderley / sqlc-grpc

Create a gRPC server from code generated by sqlc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proto reflect

gedw99 opened this issue · comments

commented

This is really a nice database first approach .

do you think it’s possible to extend it to use proto reflect ?

It would essentially be pulling the dB meta data and holding it in memory and then using reflection at run time to provide a GRPC service

I agree that would be cool, but I want to keep the developer under control of the executed queries (basically for performance reasons).