Documentation Index
Fetch the complete documentation index at: https://docs.superblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Setting up PostgreSQL
1. Add integration
Select PostgreSQL from the integrations page.2. Configure settings
Fill out the form with the following settings:| Setting | Required | Description |
|---|---|---|
| Name | ✓ | Name that will be displayed to users when selecting this integration in Superblocks |
| Host | ✓ | Hostname or IP address to connect to |
| Port | ✓ | Port to use when connecting to PostgreSQL |
| Database Name | ✓ | Name of database to connect to |
| Database Username | ✓ | Username to use to connect |
| Database Password | ✓ | Password for database username |
| Enable SSL | ✗ | Connect using SSL |
| Use a self-signed SSL certificate | ✗ | Provide Server CA, Client Key, and Client Cert |
| Use SSH Tunnel | ✗ | Connect via an SSH tunnel. See configuration details here. |

