Supported Databases
Creating a Connection
Navigate to Connections in the sidebar and click New Connection.Form Fields
Cloud databases (BigQuery, Snowflake, Supabase) have different required fields - the form adapts automatically based on the selected database type.
SSL Modes
For PostgreSQL connections:disable- No SSLallow- Try non-SSL first, then SSLprefer- Try SSL first, then non-SSL (default)require- Require SSL, skip CA verificationverify-ca- Require SSL with CA verificationverify-full- Require SSL with full hostname verification
Testing Connection Health
After filling in the connection form, click the Test Connection button to verify connectivity before saving. The test will:- Attempt to establish a connection using the provided credentials
- Execute a lightweight health-check query
- Report success or display the error message
Schema Explorer
Once a connection is saved and healthy, the schema explorer lets you browse the database structure:- Tables - lists all tables in the connected database
- Columns - click a table to see its columns, data types, and nullability
Queue Settings
Each connection has individual queue settings to control concurrent query execution:
See Queue Management for details.
Editing and Deleting
- Edit: Click a connection card to open it for editing. Modify any field and click Save.
- Delete: Click the delete icon. Connections bound to tools or resources cannot be deleted until those references are removed.
See Also
Tools
Build SQL-backed tools that query your connections
Resources
Create dynamic resources backed by your connections
Flow Editor
Manage connections visually on the drag-and-drop canvas
Troubleshooting
Database connection failures and debugging tips