What’s the best database admin software for OSX?
- maintain database schema and data
- run queries
- convert schema from one database type to another
- datapump to move data around
- schema diff tools, ideally able build a script to update a schema
- easy to use
Databases I’m interested in are
- MSSQL
- PostgreSQL
- MySQL
- Firebird
- (SQLite)
Prefer one tool for all the databases, rather than one for each database.
I’ve used SQuirreL SQL in the past. It’s written in Java, so it works on any platform with a decent JVM and any database with a decent JDBC driver. I think it’ll do most, if not all of what you are asking for.