TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why is there no 'pip' for PostgreSQL modules?

15 pointsby gone35over 2 years ago
Why is there no 'pip' for PostgreSQL modules? This seems like something that should exist but doesn't.

4 comments

somatover 2 years ago
there is, <a href="https:&#x2F;&#x2F;pgxn.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pgxn.org&#x2F;</a>
paulryanrogersover 2 years ago
Do you mean extensions?
dev_0over 2 years ago
We use sqlalchemy
PaulHouleover 2 years ago
Could you write one with stored procedures?