/psycopg3-example-poetry

Starting point to use psycopg3

Primary LanguagePython

psycopg3 example using poetry

Sometime you just need a access a PostgreSQL db with python. Here's a starting point

Requirements

Install poetry https://python-poetry.org/

Running

cd <Project Directory> 
poetry shell
poetry install
python main.py