MySQL and Postgres front-ends
When doing some development and administration with MySQL or Postgres, the command line is not always the most convenient way to do.
Here are some tools that can be front-ends to the database.
For MySQL:
- SQLyog (free)
For PostgresQL:
- pgAdmin III (this is part of the Postgtres distribution on Windows) (free)
