|
Helping ordinary people create extraordinary websites! |
Creating a PostgreSQL and MySQL driverBy Tony Marston2005-09-20
Administrative programs Although both MySQL and PostgreSQL come with command line interfaces I think that as we are now in the 21st century the vast majority of developers would insist on a set of proper GUI tools. MySQL has the following:
PostgreSQL has the following:
These are all freely available, although there are also commercial products available for both databases. In my personal opinion the tools for PostgreSQL are second rate when compared with those for MySQL. I particularly dislike the feature in phpPgAdmin for executing SQL statements. You type in the statement, hit "Go", and nothing happens. This is because it has opened up a second browser window for the input of SQL commands, and all results appear in the first window. Very user-unfriendly! Tutorial Pages: » Introduction » Administrative programs » Connecting to a Database » CREATE TABLE syntax » SQL queries » Conclusion |
|