Postgres
You can connect your Postgres database to Altertable to query and analyze your data.
To add a new Postgres connection:
- Navigate to the Connections section in the dashboard
- Click New connection
- Select PostgreSQL as the engine
- Fill in the connection details:
- Host: The hostname or IP address of your Postgres server
- Port: The port number (default: 5432)
- Database: The name of the database to connect to
- Schema (optional): The name of the schema to connect to
- Username: Your Postgres username
- Password: Your Postgres password
- Click Save Connection

Once connected, you can start querying your Postgres database through Altertable's SQL engine.