Visual Studio database project alternative for PostgreSQL? [closed] - postgresql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been using database project in Visual Studio 2010 to maintain/version control database schema and are quite happy with that since I can also use VBDBCMD to deploy the version controlled schema to any database instance quite easily.
Now I need to work with PostgreSQL and I am wondering if there is any tool similar to the "database project" thing in Visual Studio to help version control database schema as well as schema deployment.
Thanks.

The closest thing I could suggest would be Eclipse with the Toad plugin.
In general, shopping list questions are disfavored on Stack Exchange sites because they tend to solicit opinions and tend to go out of date quickly.
The other option is to use a source code management solution like git or subversion, and then just use your standard text editors on the SQL files. This is what we do in the LedgerSMB project.

Related

Managing PostgreSQL database with the vim editor [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is it possible to manage my postgres database using VIM? Normally i use in my
windows environment the cmd command line but i would like to find out if this is possible
and if it is could anyone provide a quick guide on how to do it?
Thank you all.
Check out the DBext plugin. It contains functions/mappings/commands to enable Vim to access several databases, including postgres.
Vim is not an IDE, and having a deep integration with things that are not directly related to text editing (like database management) within the editor is frowned upon.
That said, vi / Vim easily integrate with external tools, so if you have a handy command-line utility for managing Postgres, you can easily build your own mappings and commands to make frequently repeated tasks easier, mostly through :! or :call system(...).
Quick and dirty Postgres query on the Vim Tips Wiki provides a starting point.

Searching for a MongoDB user interface [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I searching for mongodb gui user interface & database desinger tool. Does anyone of you knows a tool which he could recommend?
I will strongly recommend RoboMongo - shell-centric cross-platform open source MongoDB management tool
RoboMongo http://robomongo.org/ is awesome, it needs virtually zero configuration,very easy to use , gives you the power of mongo shell in GUI ,has auto completion feature and works on all platforms, yet another advantage is it is still under active maintenance. I have tried tools like RockMongo and ran into usability issues. MongoUVE is not opensource, it is commercial.
I've been using MongoVUE for a while. The free version can do everything I wanted sofar.
In Windows7 I'm using MongoExplorer, a very easy and visual tool

GUI Tool for PostgreSQL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am new to PostgreSQL database and I want to know if there any GUI Tools for PostgreSQL just like SQLYog for MySQL?
There is a comprehensive list of tools on the PostgreSQL Wiki:
https://wiki.postgresql.org/wiki/PostgreSQL_Clients
And of course PostgreSQL itself comes with pgAdmin, a GUI tool for accessing Postgres databases.
Postgres Enterprise Manager from EnterpriseDB is probably the most advanced you'll find. It includes all the features of pgAdmin, plus monitoring of your hosts and database servers, predictive reporting, alerting and a SQL Profiler.
http://www.enterprisedb.com/products-services-training/products/postgres-enterprise-manager
Ninja edit disclaimer/notice: it seems that this user is affiliated with EnterpriseDB, as the linked Postgres Enterprise Manager website contains a video of one Dave Page.

Postgres - recommend free visual modelling tool with reverse engineering feature [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Please recommend free visual modelling tool with reverse engineering feature if such exists.
I've been happy with SchemaSpy for visual modelling. It produces handy reports on the DB structure and relationships, good structural diagrams, and more. See these sample pages from a simple demo database, including this structural diagram . It also has the handy ability to produce smaller structural diagrams specific to each table, showing relationships with that table by one or two degrees of separation.
SchemaSpy works great with PostgreSQL. Just make sure you put the path to the PgJDBC driver jar on the SchemaSpy command line as -dp /path/to/PgJDBC.jar.

PostgreSQL schema designer [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a program to build a schema from the newly created database PostgreSQL, preferably with a beautiful design schemes, such as a MySQL Workbench, or change styles schemes.
What can you tell? Thank you!
I'm fairly certain that WWWSQLDesigner can do it for you. There's a demo here. You'll need to download it and install it on a local server.
These three are free and quite good:
pgDesigner: http://pgdesigner.sourceforge.net/en/index.html
SQL PowerArchitect: http://www.sqlpower.ca/page/architect (download without registration from: http://code.google.com/p/power-architect/)
OpenModelSphere http://www.modelsphere.org