PostgreSQL

PostgreSQL

  • Purpose: Connect to PostgreSQL open-source relational databases.
  • When to use it: The standard for many modern applications and data warehouses.
  • How to create it:
    1. Select PostgreSQL.
    2. Host: Server IP or URL.
    3. Port: Default is 5432.
    4. Database Name: The database to connect to.
    5. Schema: (Optional) Default is public.
    6. Username / Password: Enter credentials.
    7. Test and Save.

PostgreSQL Configuration