On Nov 22, 2014, at 14:39 , Cynthia Kiser <[email protected]> wrote: > > I have a potential customer who wants a rewrite of an existing site > which is currently using Postgres. One question we were asked is if we > could move it to use MySQL - because the person wanted to use one of > the numerous MySQL GUI tools for querying their data. I don't think > that is a great to choose between the 2 databases - but neither is it > an unreasonable request. What do people think of pgAdmin? The screen > shots look good but I haven't tried it. Or something else? > > Given the scope of the project, either database is probably fine but I > would love to keep it in Postgres AND solve the user's one pain point.
I guess that is a minor point in MySQL’s favor: there are good cheap or free SQL tools for MySQL that are better than PGAdmin. I would suggest your client look at Navicat, though. It’s a dynamite SQL tool, available in a cross-platform version or one specific to MySQL, Postgres, SQLite etc. -- -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby --- You received this message because you are subscribed to the Google Groups "SD Ruby" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
