Back to browse
DumpCleaner – Native macOS/iPadOS app to filter SQL dumps

DumpCleaner – Native macOS/iPadOS app to filter SQL dumps

by marcelglaeser·Feb 27, 2026·1 point·1 comment

AI Analysis

MidEye CandySolve My Problem

SQL dump cleaner that beats sed/grep — but the market for $30 niche tools is microscopic.

Strengths
  • Stream-based processing handles 50GB+ files in constant ~50MB RAM; genuinely impressive engineering for the domain.
  • Smart FK detection with circular reference resolution and auto-parent-table inclusion solves real data integrity pain.
  • Offline-first, zero tracking, no accounts — privacy-conscious design matches developer values.
Weaknesses
  • macOS/iPadOS-only severely limits addressable market; Windows developers and Linux CLI users excluded entirely.
  • Solves a real but niche pain: most devs export smaller dumps or use existing CLI tools (mysqldump filters, jq, etc.).
Target Audience

Backend developers, DBAs, and developers working with large database exports

Similar To

DataGrip (JetBrains) · HeidiSQL · DBeaver

Similar Projects

SCIM filters to parameterized Postgres SQL for modern Java

Turns RFC 7644 filter strings into safe, named-parameter SQL with Postgres-specific casts (UUID, timestamptz, jsonb) and JSON containment via @>. It also exposes a compareFilterBuilder hook to customize SQL output for other databases, which makes it immediately useful for identity services even though it's narrowly scoped to Java+Postgres.

Niche GemSolve My Problem
uday_singlr
104mo ago