Docs
Docs/Database Connections/PostgreSQL

PostgreSQL

Connect to PostgreSQL servers

Connect to PostgreSQL servers running locally, on your network, or in the cloud. QuackDB supports PostgreSQL 12 and later.

Connecting to PostgreSQL in QuackDB

Connection Parameters

ParameterDefaultDescription
hostlocalhostServer hostname or IP
port5432Server port
databasepostgresDatabase name
username-Your username
password-Your password
SSLOffEnable SSL encryption

Supported Features

Schemas
Views & Materialized Views
Functions & Triggers
JSONB data type
Array data types
Full-text search

Supabase Support

QuackDB can connect to Supabase PostgreSQL databases. Use these settings:

Host: db.xxxxx.supabase.co
Port: 5432
Database: postgres
Username: postgres
Password: your_supabase_password
SSL: Enabled (required)

Your credentials are encrypted and stored securely using your OS keychain.

Need help?

Join our Discord community for support and discussions.

Join Discord