3 pointsby Senshi6 hours ago1 comment
  • Senshi6 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