Skip to content

PostgreSQL

Required parameters:

  • user: Database user name
  • password: Database password
  • host: Database host address
  • database: Database name
postgresql://<user>:<password>@<host>:<port>/<database>
postgresql://postgres:postgres@localhost:5432/postgres
  • Supports schema-level operations
  • Automatically handles timezone conversions to UTC