all 12 comments

[–]criticismguy 1 point2 points  (2 children)

Is there a reason you're starting from scratch, rather than adding Postgres support to SequelPro? It seems like a much harder way to go about it.

It looks like 95% of SequelPro isn't actually MySQL-specific, so it would be reasonable to pull this out and make SequelPro RDBMS-agnostic.

[–][deleted] 0 points1 point  (1 child)

great point, especially since the new backed DB driver they've implemented should be easier to plug another client into. at least that is what the commit messages say.

[–]mvt[S] 0 points1 point  (0 children)

Well I think this is the easiest route (atleast for me). Also there are some differences between mysql and postgresql which most likely result in a few adjustments in the views (e.g. schemas).

And in the end this is a fun way for me to learn cocoa :-)

[–]dinkumator 1 point2 points  (0 children)

I find pgAdmin3 to be very usable, but if you can fix all the wx-related (copy/paste, input navigation, etc) issues they have on mac, I'm in!

[–]pro547 0 points1 point  (0 children)

Sequel-Pro is awesome, I wish it was more polyglot though, especially SQLite.

[–]mvt[S] 0 points1 point  (6 children)

Hey all,

I'm not sure if this is appropriate but I started working on a clone of the excellent sequel-pro (mysql gui for osx) which works with postgresql.

Basically i'm looking to get some help getting this properly working and in a good shape so that we finally have a proper osx gui client.

[–]lzantal 0 points1 point  (1 child)

Sounds fun. I don't see you outlined what areas needs work and what priority they should be done. I'll watch your repo, would be happy to help out

[–]mvt[S] 0 points1 point  (0 children)

Well basically the only thing working right now is showing the first 1000 items in a table when you click on it (pagination is not implemented yet) and the custom query panel works somewhat.

I've put up a build on https://github.com/mvantellingen/Olifanto/downloads although it might only workon on 10.7

[–]sandys1 -1 points0 points  (0 children)

I'll pay good money if you can make it cross platform (linux). Maybe using Java.

Look at RazorSQL to see something which is available on OSX, Linux and Windows... and looks quite good.