Skip to content

Commit

Permalink
Update README.md : psycopg 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta authored Dec 25, 2023
1 parent 7867b32 commit 2c58df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Then just add JPA entities for each table (City, Country), and interfaces for ea

## With Python

Install [psycopg](https://pypi.org/project/psycopg/), a PostgreSQL database adapter for Python.
Install [psycopg 3](https://pypi.org/project/psycopg/), a PostgreSQL database adapter for Python.

> pip install psycopg
Expand Down

0 comments on commit 2c58df2

Please sign in to comment.