Closed clokep closed 11 months ago
I don't think we need to do mapping or anything in the config since we document this as drive-specific configuration.
Though we probably would(?) want to do this in the future if we drop support for psycopg2.
I don't think we need to do mapping or anything in the config since we document this as drive-specific configuration.
Though we probably would(?) want to do this in the future if we drop support for psycopg2.
I'm expecting people to opt into psycopg(3) so they would need the appropriate configuration for that anyway.
According to the psycopg2 docs the connection should use
dbname
:I don't think we need to do mapping or anything in the config since we document this as drive-specific configuration.
This was taken from my psycopg3 branch, which requires using
dbname
.