SQL dump editor for Mac — filter and clean dumps without the terminal

If you only touch SQL dumps now and then, memorizing sed, awk and mysqldump flags isn't worth it. DumpCleaner is a native macOS & iPadOS app that opens a dump, lets you pick what stays and exports a clean file — visibly and repeatably.

Editing an SQL dump on the command line means chaining tools that were never meant to understand SQL: a grep to find a table, a fragile sed range to cut it out, an awk script to skip the lines you don't want, then mysqldump flags to try again from the source. Each of those is a one-off you'll have forgotten by next month, and a single misplaced regex can silently corrupt the output.

For an occasional task that's the wrong trade. A native app makes each step visible — you see the tables, tick what you need, and check a preview before anything is written. And because the settings stay on screen, the same job is trivial to repeat next time. DumpCleaner is, as far as we know, the only native macOS and iPadOS app built specifically to filter and clean SQL dumps this way.

What you can do without touching the terminal

DumpCleaner turns the usual shell gymnastics into a handful of controls:

Supported formats

DumpCleaner reads dumps from the databases you actually meet in the wild:

The format is detected automatically from the file content — there's no dialog asking which dialect you have. Schema-qualified names like public.users are understood, so PostgreSQL dumps behave the same as MySQL ones.

Why a native app beats a script

A shell one-liner works once, if you get every flag right. A native app gives you the things a script can't:

Common tasks

Most people arrive with one specific job. Here are the frequent ones — each has its own step-by-step guide:

Open, filter, export — no shell required

DumpCleaner replaces sed, awk and mysqldump flags with checkboxes and a live preview. Native macOS & iPadOS app, one-time purchase.

Download on the App Store

Frequently asked questions

Is there a GUI SQL dump tool for Mac?

Yes. DumpCleaner is a native macOS and iPadOS app that opens SQL dumps in a graphical interface, so you can pick tables, filter statement types and export a clean file without touching the command line.

Do I need to know the command line to edit an SQL dump?

No. DumpCleaner replaces sed, awk, grep and mysqldump flags with checkboxes and a live preview, so occasional edits are visible and repeatable instead of one-off shell commands.

Which SQL dump formats are supported?

MySQL, MariaDB, PostgreSQL, SQLite and MS SQL. The format is detected automatically from the file content, so you don't have to configure anything.

Does the SQL dump editor run on iPad?

Yes. DumpCleaner is a single app that runs natively on both macOS and iPadOS, with the same filtering, preview and export features.

Edit SQL dumps the visual way

Drag in a dump, tick what stays, preview and export. DumpCleaner does the job a pile of shell commands used to — on Mac and iPad.

Download on the App Store