You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, for new project is more preferable to use psycopg3 instead of psycopg2. Also, support of psycopg3 can permit to use new Python features such as asyncIO. So, this is a good opportunity to support the new driver version
The text was updated successfully, but these errors were encountered:
According to the documentation, for new project is more preferable to use psycopg3 instead of psycopg2. Also, support of psycopg3 can permit to use new Python features such as asyncIO. So, this is a good opportunity to support the new driver version
The text was updated successfully, but these errors were encountered: