PostgreSQL
Connection Parameters
Section titled “Connection Parameters”Required parameters:
- user: Database user name
- password: Database password
- host: Database host address
- database: Database name
Connection String Format
Section titled “Connection String Format”postgresql://<user>:<password>@<host>:<port>/<database>
Example
Section titled “Example”postgresql://postgres:postgres@localhost:5432/postgres
Additional Notes
Section titled “Additional Notes”- Supports schema-level operations
- Automatically handles timezone conversions to UTC