Databases like Postgres are where personal data ends up once it's left the application layer: customer records, event logs, anything an internal system persists. That makes a database one of the hardest places to answer two basic privacy questions with confidence: where does this person's data actually live across every schema and table, and can it be removed or updated on request without someone hand-writing a query and hoping they found everything.
Ketch connects to Postgres through the Ketch Transponder, a component built specifically to discover personal data inside a database and, where authorized, execute rights requests against it directly.