Skip to content

Improve psycopg2 to psycopg

Chosson Ulysse requested to merge IMPROVE_psycopg2_to_psycopg into main

[0.54.0] - 2022-03-30

Changed

  • Change the code to use psycopg instead of psycopg2. psycopg is newer.

Removed

  • Remove the Connection class, now we use psycopg.Connection

Merge request reports