Connection Interface
When AGViewer starts, the initial screen presents a Server Connection Panel that allows users to connect to a database.
Server Connection Panel Components
The following fields must be filled in to establish a connection:
Connect URL – The hostname or IP address of the server
Connect Port – The port number used for PostgreSQL (default: 5432)
Database Name – The name of the PostgreSQL database
Graph Path – The name of the graph within the connected database
Username – The database username
Password – The password for the above user
Note: If AGViewer is running inside docker and AgensGraph server is running on your host machine or difference container, the URL to connect to should be
host.docker.internal
or target machine IP instead oflocalhost
.
Connection Feedback
Once the connection is successfully established, a status message is displayed in the Server Status Panel to confirm the database connection.