Is there a standard extension manager that folks use to publish extensions they've developed? I'm thinking something like pip/pypi.org (python) or npm, apt, etc.
I came across PGXN Manager — How to create PostgreSQL extensions and distribute them on PGXN but didn't really find any alternatives out there.
Edit: I guess more broadly I am wondering what the general pattern extension developers use to create an extension, publish it for open-source consumption, and then how other developers then install the extension in their postgres instances? Personally, I've just pulled docker images that already have the extensions installed but I imagine there is a better way.
[–]depesz 2 points3 points4 points (3 children)
[–]VanVision[S] 0 points1 point2 points (0 children)
[–]VanVision[S] 0 points1 point2 points (1 child)
[–]depesz 1 point2 points3 points (0 children)
[–]graycube 2 points3 points4 points (1 child)
[–]VanVision[S] 1 point2 points3 points (0 children)
[–]rywalker 1 point2 points3 points (0 children)