3 points | by Senshi 4 hours ago ago
2 comments
For those who don't know pg_grpc is PostgreSQL extension which enables you to do sync/async gRPC calls directly via SQL.
After initial release, received good and needed feedbacks from users stand point. Therefore decided to add asynchronous call support.
It is essentially `pg_net` + `pgsql-http` but for gRPC
Still very early stages but feedback is more than welcome
[dead]
For those who don't know pg_grpc is PostgreSQL extension which enables you to do sync/async gRPC calls directly via SQL.
After initial release, received good and needed feedbacks from users stand point. Therefore decided to add asynchronous call support.
It is essentially `pg_net` + `pgsql-http` but for gRPC
Still very early stages but feedback is more than welcome
[dead]