Lightweight Prod Database Break-Glass Mediator With Multi-Party Approval for Writes
Backend engineers without a dedicated DBA need direct prod DB access for 2am debugging but keep nuking tables with stray UPDATE-without-WHERE. Read-only replicas don't cover write-side break-glass, full PAM platforms (CyberArk, Teleport) are heavyweight, and 'just build an admin endpoint' isn't realistic for one-off incidents.
Don't sell PAM. Sell 'psql wrapper' that's invisible for SELECTs, intercepts DDL/UPDATE/DELETE, and routes them to a Slack thread for second-engineer approval. Audit trail and EXPLAIN preview are the two killer details.
landscape (4 existing solutions)
The market splits between heavyweight enterprise PAM (Teleport/Boundary/CyberArk) and DIY scripts. Nothing targets the 5–50 engineer team that wants psql-fast read access plus a 'paste your UPDATE for one click peer approval' break-glass path.