Skip to content

Commit

Permalink
Merge branch 'master' of github.com:segasai/sqlutilpy
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 7, 2022
2 parents c57c3d7 + a79ed18 commit 17fd07a
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 @@ -22,6 +22,14 @@ Throughout this readme, I'll assume that the .pgpass file ( https://www.postgres
has been created with the login/password details for Postgresql. If that is not the case, all of the
commands given above will also need user='....' and password='...' options

## Connection information

Most of the sqlutilpy commands require hostname, database name, user etc.
If you don't want to always type it, you can use standard PostgreSQL environment variables
like PGPORT, PGDATABASE, PGUSER, PGHOST for the port, database name, user name and hostname
of the connection.


## Querying the database and retrieving the results
```
import sqlutilpy
Expand Down

0 comments on commit 17fd07a

Please sign in to comment.