This is a handy, quick, Mac native tool for working with MySQL databases. Sure, it's got all your normal tools for working with databases, see table info, details, change schemas, write sql etc. but there's a lot of little hidden gems. Write a query or filter the rows in a database and if needs be you can select all the rows and copy it as a giant SQL Insert statement. Very handy for getting test data from a production database into your test database. Poke around in the tool, you'll be surprised at some of it's features. It's not perfect, if possible I would have given it 4.5 stars. There's some quirks that will drive you crazy. Getting the bundle, i.e. plugin to format your sql statement takes some real digging on the inter webs to make work. That could definitely be a lot easier to do. However, it is open source and available on Git Hub and I know the Moballo, LLC team is focused on trying to address some of the quirks. And, I know that it's already getting a following on Git. Looking forward to seeing all the enhancements to come.
Hey Astro269,Thank you for the incredibly detailed review! We hope to be making quite a few fixes to those quirks over the next few months! :)Happy querying!