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.

Building a Managed Postgres Service in Rust

134 pointsby samaysharmaabout 1 year ago

2 comments

fforfloabout 1 year ago
I&#x27;ve been writing Postgres extensions for a few years now (mostly in C and Python), and I have to say that an important contribution from companies like Tembo and Omnigres is in the area of tooling and boilerplate. From workflows to Dockerfiles [0], that&#x27;s important for the future of Postgres.<p>This has been discussed in the past [1], but the Postgres tooling ecosystem has been primarily C-Makefile—mailing list driven, and there used to be a lot of Makefile targets copy-pasting. Whenever major Postgres providers wanted to open source some of their extensions &#x2F; sub-products. I still feel, however, that a lot of Postgres C-know-how is being slowly forgotten &#x2F; lost, and I think it will be necessary again soon. Internal things as how Postgres handles varlena, StringInfo, JsonbValue, etc. The core abstractions that make Postgres work.<p>0: <a href="https:&#x2F;&#x2F;github.com&#x2F;omnigres&#x2F;omnigres&#x2F;blob&#x2F;master&#x2F;Dockerfile">https:&#x2F;&#x2F;github.com&#x2F;omnigres&#x2F;omnigres&#x2F;blob&#x2F;master&#x2F;Dockerfile</a> 1: <a href="https:&#x2F;&#x2F;redmonk.com&#x2F;jgovernor&#x2F;2023&#x2F;10&#x2F;10&#x2F;postgres-the-next-generation-investing-in-the-next-generation-of-committers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;redmonk.com&#x2F;jgovernor&#x2F;2023&#x2F;10&#x2F;10&#x2F;postgres-the-next-g...</a>
评论 #39969285 未加载
评论 #39969115 未加载
strzibnyabout 1 year ago
I have to say, you got a beautiful landing page there!
评论 #39980779 未加载