Show HN: Pgrust, Postgres in Rust (passing 100% of Postgres regression tests)
Category: infrastructure
Tags: postgresql, rust, database
Score: 8.0/10 (Innovation: 8, Technical: 9, Documentation: 8, Utility: 7)
pgrust is a rewrite of PostgreSQL 18.3 in Rust that passes over 46,000 regression tests while maintaining disk and SQL compatibility. It combines the robustness of PostgreSQL with Rust's memory safety, aiming to make the database easier to evolve with features like multithreaded internals and built-in connection pooling.
Target audience: backend devs, database engineers, devops
Repository: https://github.com/malisper/pgrust · Rust · AGPL-3.0 · 130 stars
View on Hacker News