dotancohen / squeal

Database explorer with a focus on breadth, not depth.
2 stars 0 forks source link

Compare databases. #21

Open dotancohen opened 10 years ago

dotancohen commented 10 years ago

Squeal should allow the user to compare databases.

$ mysqldump -d a.sql
$ mysqldump -d b.sql
$ diff a.sql b.sql