Buradasın
PostgreSQL Connection String Formats
stackoverflow.com/questions/3582552/what-is-the-format-for-the-postgresql-connection-string-urlYapay zekadan makale özeti
- General Format
- Connection URL format is "postgresql://host:port/database"
- Host can be localhost or IP address of a host
- Port is optional if using default value
- Language-Specific Formats
- Additional Information
- Connection string can be retrieved programmatically from DB connectors
- Password can be entered in URL but not directly in string
- Connection string values can be viewed in pgAdmin panel
- Localhost connection works with PostgreSQL using default port 5432