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.

A Rust procedural language handler for PostgreSQL

120 pointsby dgroshev4 months ago

5 comments

pjmlp3 months ago
Usually I shy away from such kind of extensions, because DBAs don&#x27;t like to have them around, and stored procedures are anyway type safe and JIT compiled.<p>Anyway, kudos for making it available.
评论 #42908192 未加载
评论 #42908095 未加载
评论 #42908970 未加载
ayhanfuat3 months ago
Previously: PL&#x2F;Rust 1.0: now a trusted language for Postgres (<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35501065">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=35501065</a>)<p>It is now available on RDS, too.
评论 #42907610 未加载
MissTake3 months ago
It’s hard to feel enthused by this when there’s been no traction for nearly a year now on the project.<p>PG17 support was promised last July but has yet to materialize.<p>I know OSS authors owe us nothing and it’s their choice to do what they will, but it does make it hard for others to want to embrace these projects when they stagnate.
评论 #42911751 未加载
nextaccountic3 months ago
Does it compile to wasm or otherwise sandbox the Rust binary?<p>If not, how can it be &quot;trusted&quot; if Rust has unsafe escapes that can read and write arbitrary memory? (And also, the Rust compiler has known soundness issues that makes it possible to run unsafe code in safe Rust,
评论 #42908068 未加载
la_raki3 months ago
Works well in RDS… but it’s an absolute nightmare to dockerize and set up locally. I really wish the team would have a much cleaner guide for how to do this.