pg_grpc is a PostgreSQL extension that enables making gRPC calls directly from SQL queries, either via server reflection or by staging and compiling user-provided protobuf definitions.
How It Works
You hear about pg_grpc, a handy tool that lets your database chat directly with other services using everyday queries.
You write a simple note explaining what info the service needs to receive and what it sends back.
You share that note with your database so it understands how to talk to the service.
Use the note you wrote to prepare everything manually.
Let your database ask the service itself for the details.
You type a quick query asking the service for data, like finding a user's info by ID, and hit go.
Your database delivers the fresh info right back in the query, making your work faster and simpler.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.