telexed ~ c / 09f71f9f-6ebradar:60 · infra_saasLIVE
← back
NO.
#09f71f9f
Topic
INFRA & SAAS
Source
Hacker News · Show HN AI
Published
2026-05-13 16:54:03
Importance
★ 6/10 — radar 60
`Ardent` launches Postgres sandboxes for coding agents without DB migration
FIG-0091:1

`Ardent` launches Postgres sandboxes for coding agents without DB migration

Production-like DB branches spin up in under 6s without moving off your current hosted Postgres. Useful if agent-written schema or data changes need realistic testing before they touch prod.

[ KEY POINTS ]
  1. It uses logical replication plus DDL triggers instead of physical replication, so existing hosted Postgres setups can adopt it without a platform move.
  2. The stack fans replication through Kafka and uses Neon-style branching, targeting sub-6-second clones even at TB scale.
  3. A proxy layer issues custom Postgres URLs, adds finer-grained clone access control, and reduces raw credential exposure.
  4. Pre-return SQL hooks support anonymization and branch mutation, which makes PII redaction part of the sandbox flow instead of a separate step.
Originalwww.tryardent.com/Read original →

// related