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:
- Select PostgreSQL.
- Host: Server IP or URL.
- Port: Default is
5432. - Database Name: The database to connect to.
- Schema: (Optional) Default is
public. - Username / Password: Enter credentials.
- Test and Save.
