GUI Tool 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 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.

Related

New to Oracle DataBase.. Need to remote access the data for small buissness [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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 have developed a database for a small business but there is requirement of my client to access all the data online remotely from his laptop to keep an eye on the sales/purchases when he is away from the country or away from the Shop. On his shop i have deployed an Oracle 10g server and as front end software i have used an Oracle form 6i.
please advise me a simple newbie steps to setup this server online so my client can view the progress online and can make any desired changes remotely.
Save yourself a lot of trouble and hassle, use Oracle forms 11g with Weblogic, deploy these on a server at the client's sire on the same network as the database server, and allow firewall access from outside to the web server forms app. Technically, you can set up Oracle forms 6i client to talk to a database over the internet, but I wouldn't recommend it.

MongoDB first time user setup [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
My friend has been dumped by a developer who was working on creating a web app for them. They have asked me for help but I have never used MongoDB.
To connect to a remote MongoDB do I need to install MongoDB on my EC2 instance? If yes, can you suggest a link that can show this step by step as I have never done this before. I am running Ubuntu 12.04 LTS
Next is accessing the data, can someone point me to an example of scripting with MongoDB whereby I would execute an equivalent query to:
SELECT field1, field2, SUM(field3)
FROM table
GROUP BY field1, field2
This page is useful for translate SQL to mongo querys http://www.querymongo.com

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

Visual Studio database project alternative 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 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.

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