Viewing profile — csenshi
csenshi
HN member- Joined
- Mon, Apr 13, 2026, 5:23 PM UTC
- HN karma
- 2
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About csenshi
No profile information was provided.
Recent public activity
-
comment
Comment #47755564
I built a PostgreSQL extension in Rust (pgrx) that lets you call gRPC services from SQL. SELECT * FROM grpc_call('user-service:50051', 'GetUser', '{"id": 123}'); Use case: trigger …
- story
-
comment
Comment #47755470
Noticed it's only pg17, is that some hard dependency? Also why did you choose C for this and not rust, any specific reason? I see pgvectorscale is built on rust