Postgres Installer by 2ndQuadrant – now supports OmniDB!
Postgres Installer is a user-friendly, graphical installation and configuration tool for PostgreSQL. With just a few clicks you can install PostgreSQL – version 9.5, 9.6, 10 and 11(beta) – on Windows, Linux and macOS.
The latest Postgres Installer release includes support for OmniDB – an interactive and user-friendly database management tool to manage multiple databases in a unified workspace.
Using utilities bundled with PostgreSQL, the only means to connect to the database is via psql. Psql works via the command line, which can be fairly tricky for new users especially if they are migrating from another database and are not used to the interface. Postgres installer makes the connection process easier with OmniDB.
Postgres Installer comes bundled with OmniDB, as an optional package that can be selected during the installation process, shown in the screenshot below (this screen will show in the third step of the Postgres installer installation process). To view the complete process, please go through this step-by-step installation guide.
Once the installation process is complete, launch OmniDB. This step varies on different platforms and can be viewed in the “README” file that opens up right after the installation. I will be demonstrating the process on Windows.
- Go to the location:
C:\Program Files\2ndQuadrant\PostgreSQL\OmniDB
- Double click on “omnidb-app.exe” to start OmniDB
You should see the screen below
OmniDB allows users to manage multiple databases (PostgreSQL, Oracle, MySQL, MariaDB, etc) in a unified workspace with a user-friendly and fast-performing interface. In order to start managing your PostgreSQL database, you need to first establish a connection with it. Without any connection, your interface should look like the following:
To establish connection, go to “Connections” in the top navigation bar and click on “New connection”
Enter your Server ID on which your database is hosted, Port, Database and Username and click on “Save data”
Before you start playing around with your database, you’d need to first test this newly established connection. Go to “Actions” and click on “Test connection”
Enter the password you created for your database
If the password authentication is successful, you will see this message
To start using your connection you will need to open OmniDB workspace screen. This can be done by selecting the connection you just created and tested.
This is the OmniDB workspace, the main OmniDB window. Next time you start OmniDB, if you have at least one connection, this window will be launched automatically.
From here you can configure OmniDB, install plugins and see your SQL command history (top right corner). You can also re-open the Connections Grid and add more connections to other database servers.
Expand the PostgreSQL tree root node, then expand the Databases node. You will see that PostgreSQL has a single database called “postgres”. Let’s create a new test database. Right-click the Databases node and click in “Create Database”. A new SQL tab will be opened, with a partial SQL “CREATE DATABASE” command. Note how OmniDB assists you with the SQL syntax.
Now change “name” with “testdb” and click on the “play” button (or hit the Alt-Q keyboard shortcut). Then right-click the Databases node again and click on Refresh. You will see the new database you just created. Now try to expand it, you will see this:
OmniDB works with the concept of “active database”, which allows you to manage multiple databases from the same instance in the same workspace. By clicking in the “Yes” button, “testdb” database will become active.
Now expand the “Schemas” tree node, then expand “public”, then “Tables”. You will see that this database still does not have any tables.
Let’s create a table now!
OmniDB allows you to easily create tables with a handy graphical form. For more advanced users, a complete SQL template for creating tables is also available. Right-click the “Tables” node and then click on “Create Table (GUI)”.
Please find out more examples about creating tables, as well as information about other OmniDB capabilities in the comprehensive OmniDB documentation. There are lots of features to explore!
Postgres installer (with OmniDB) is available for download here.
For more information, please email [email protected]
Leave a Reply
Want to join the discussion?Feel free to contribute!