Skip to main content
Version: Next
Aurora PostgreSQL (Data API)

Aurora PostgreSQL (Data API)

https://www.postgresql.org/
PostgreSQL is an advanced open-source relational database.
Installation
Required packages: psycopg2
Connection String
postgresql://{username}:{password}@{host}:{port}/{database}
ParameterDescription
usernameDatabase username
passwordDatabase password
hostFor localhost: localhost or 127.0.0.1. For AWS: endpoint URL
portDefault 5432
databaseDatabase name
Default port: 5432
Connection Examples
Basic connection
postgresql://{username}:{password}@{host}:{port}/{database}
With SSL required
postgresql://{username}:{password}@{host}:{port}/{database}?sslmode=require
Supported Features
JOINsSubqueriesDynamic SchemaCatalog SupportDynamic CatalogSSH TunnelingQuery CancellationFile UploadUser ImpersonationCost EstimationSQL Validation
Time Grains
Common Time Grains:
SECONDMINUTEHOURDAYWEEKMONTHQUARTERYEAR
Help improve this documentation by editing the engine spec: