Filed under: Business, Developer, Macintosh, Freeware
PGnJ - PostgreSQL & MySQL Database Management Application
Since getting out of the database business a few years ago,
I haven't had to sully myself with things like foreign keys or even SQL for a while. But now that it looks like I'll be
building a site using MySQL and PHP, it's back to the db again. Luckily, developer Thomas Mango sent in a tip about his
PGnJ app. It's written in Java, and serves as a database manager for
PostgreSQL and MySQL databases. Even better, everything is in one unified interface, with tables, fields, and data all
in one place. This is also one of the only tools I know of for this job, in OS X, that'll do it for free. Thanks
Thomas!
So, just how good at time waster games are you? Think you've got the stuff? Well, The World's Hardest Game 2.0 doesn't think you do.
Yes, amazingly, it's possible to have a sequel to a game called "The World's Hardest Game". It doesn't seem logically possible, since if the first one was actually the world's hardest, how could another one come along and share the moniker? It made me doubt the name in the first place. That is, until I tried the game.
The mechanics of the game are very simple. You are a small red square, ...

Reader Comments (Page 1 of 1)
Jonathan Harford said 1:21PM on 4-06-2006
Java... and yet not cross-platform?
Come on!
Reply
metric152 said 2:27PM on 4-06-2006
There is another program called YourSQL that's free for OSX.
http://yoursql.ludit.it/index.html
I tried using it for awhile, but found it lacking in features. The above program sounds ok, but it looks like you can't create tables or indexes. I purchased Navicat for OSX because it does everything phpMyAdmin does in a app. I was really tired of switching browser windows all the time. It retails for $99, but if you're a student it's $75. Very worth the purchase.
http://navicat.com/
Reply
Thomas Mango said 3:02PM on 4-06-2006
Jonathan,
Actually PGnJ is cross platform, I just haven't posted an executable .jar file yet. There are so many great database management applications for Windows that I figured most people already have what they are looking for on that front. I will post one in a few days though, just have to work out some packaging kinks with the included jdbc drivers and icons.
Reply
Thomas Mango said 3:10PM on 4-06-2006
metric152,
You are correct, there is currently no wizard to help in creating a table or index in PGnJ. Keep in mind, though, that PGnJ is still in its very early stages of development. I have plans to add wizards for creating various database objects at some point, but I have opted to push those into future releases, rather than include them in these earlier builds because you can still create a table or index by just running a SQL statement.
Please feel free to send me all feedback and feature requests. All comments contributed by users will help make PGnJ a very powerful, free database management application! There are options in the help menu to send feedback and request features. Thanks for checking it out!
Reply
Jonathan Harford said 4:45PM on 4-06-2006
Mr. Mango, you are a "class act".
Reply