Loading...
Generate CLI commands for connecting, backing up, and restoring databases.
If set, wraps the command in `docker exec`.
-h localhost: Specifies the host name of the machine on which the server is running.-p 5432: Specifies the TCP port.-U postgres: Connect as the given user.-d my_database: Specifies the database name to connect to.Was this tool helpful?