Connect PostgreSQL databases to your applications over private networking.
Linking a database to an application enables private network access between them — your app can connect to the database without going over the public internet.
# Show databases linked to the current appzwrm postgres links# Show databases linked to a specific appzwrm postgres links --app my-app# Show apps linked to a specific databasezwrm postgres links --database my-db