From 2c58df26c1ebb0fa3d906644983186d2e9129e45 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Mon, 25 Dec 2023 12:19:17 +0100 Subject: [PATCH] Update README.md : psycopg 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1a7c80..6d8d66f 100644 --- a/README.md +++ b/README.md @@ -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