Live data from Hacker News

PostgreSQL Database Modeler

pgmodeler.com.br

31–39 of 39 posts

Re: PostgreSQL Database Modeler

#31
post #15
post #12

Earlier quoted context omitted.

After all there aren't many high quality opensource RDBMS GUIs available. The only one I know is pgAdmin and even pgAdmin has some serious bugs. (GUI freezes easily when you have many windows open and/or do large queries; import/export barely work) The only code I would trust is the code I generate myself... ;)

DbVisualizer ( http://www.dbvis.com/ ) is an excellent cross-platform, multi-product GUI tool. Doesn't have many design tools (well not any really, but neither does PgAdmin). Java-based and not free, which gives freeloaders and snobs something to complain about. No relationship, just someone who has been happy to be a customer for many years.

> Doesn't have many design tools (well not any really,

Someone posted a link to a modelling tool.

Re: PostgreSQL Database Modeler

#35
post #13
post #6

For the people that have already tried it, is this finally a good Postgres client for the MacOSX? Haven't found any that comes close to Sequel Pro for MySQL.

its not Sequel Pro but you can try http://inductionapp.com

It's a great app, but for different purpose. Induction is mainly for viewing/analyzing _data_, where pgAdmin, while horrible looking, is for managing database schema.

Re: PostgreSQL Database Modeler

#36
post #5

Note the warning from the README: "Although this is a major upgrade version of pgModeler it is recommended NOT EXPORT the models created directly to production environments. Not all possible code generation were tested in this way, is its your own risk export the models into environments that are not intended for testing. The project's author is not responsible for any possible loss of data due the inappropriate use…

Frankly, Even with tools costing thousands of Euros it would be incredible stupid to export models, or generated code into production environment.

Why?

Re: PostgreSQL Database Modeler

#37

Earlier quoted context omitted.

Frankly, Even with tools costing thousands of Euros it would be incredible stupid to export models, or generated code into production environment.

Why?

Some data is more valuable than kitten photos and chat logs.

Re: PostgreSQL Database Modeler

#39

Earlier quoted context omitted.

Some data is more valuable than kitten photos and chat logs.

So I shouldn't use a compiler? A bug in generated app code could corrupt my kitten photos just as easily as generated DB models could.

The point here is not "don't use tools". It's "test your changes". Pushing straight from a tool into production, or making the change by hand in production, or anything on the spectrum inbetween, is unwise.
Post reply on HN