Skip to content

Commit

Permalink
Document authentication
Browse files Browse the repository at this point in the history
How to pass the password to the PSQL connection is not obvious from the current documentation. 
Add a basic example with links to the more documentation.
  • Loading branch information
miohtama committed Dec 2, 2021
1 parent 1a18b42 commit a356391
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ Navigation mode
| `q` | Quit |
| `Other` | Back to activity |

Authentication
--------------

You can pass the password for the database connection in `PGPASSWORD`
in environment variable, or other
[PostgreSQL environment variable](https://www.postgresql.org/docs/current/libpq-envars.html)
supported by `psycopg2` library.

FAQ
---

Expand Down

0 comments on commit a356391

Please sign in to comment.