Show HN: pg_grpc adds support for async calls

(github.com)

3 points | by Senshi 4 hours ago ago

2 comments

  • Senshi 4 hours ago

    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