Show HN: pg_grpc – Call gRPC services directly from
Category: devtools
Tags: postgresql, grpc, database-extension
Score: 6.3/10 (Innovation: 7, Technical: 6, Documentation: 7, Utility: 5)
pg_grpc is a PostgreSQL extension that allows making gRPC calls directly from SQL queries, using runtime server reflection to resolve protobuf schemas without requiring .proto files or code generation. It's interesting because it bridges the gap between relational databases and modern RPC services, enabling data enrichment or external service calls within database transactions.
Target audience: backend devs, data engineers
Repository: https://github.com/CSenshi/pg_grpc · Rust
View on Hacker News