» Tag
postgres
19 postsCoding Agent Skips VMs and Sandboxes With a TypeScript Linux Engine
RapidNative's coding agent skips VMs and sandboxes, using Lifo, a TypeScript OS engine, and pg-mem to run Linux-like tooling inside a single request.
A CRM That Changes Its Schema via Typed Tools, Not LLM-Written SQL
A Show HN CRM lets users edit database schemas via chat using typed tools instead of LLM-generated SQL, with dual validation and safe undo.
Interdict: A Postgres Safety Layer Against Rogue AI Agents
Interdict simulates risky SQL writes from AI agents before execution, measures exact blast radius, makes changes undoable, and blocks unsafe statements without human approval.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comUnified Query Plan in Postgres: Vector, Graph, and Relational Engine
A new approach integrates vector, graph, and relational queries into a single Postgres engine, demonstrating improved performance.
We hired a security engineer and got back 123 findings
Profullstack's security audit revealed 123 findings across two repositories, offering vital lessons for engineers.
Postgres in Rust: Three Failures Before Passing 100% Regression Tests
The journey of rewriting Postgres in Rust, lessons learned, and the development of pgrust for improved database performance.
PgGraph: Transform Your Postgres Data into Graphs
pgGraph allows you to run graph queries on your PostgreSQL tables, enhancing data processing efficiency.
HTML-to-PDF API: A Simple Approach with Postgres and Chromium
In 2026, DocPenny offers a secure and efficient PDF generation solution using SvelteKit and PostgreSQL.
Building a Compliance Answer Engine That Refuses to Hallucinate
How a Swiss compliance RAG system uses two-layer retrieval and mandatory citations to structurally block hallucinated numbers and claims.
Pgrust: Rewriting Postgres in Rust Through AI
Explore the Pgrust project, which rewrites Postgres in Rust and its implications.