-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
I know psycopg3 support is marked as experimental .. but it's just completly broken that it won't connect at all:
psycopg.ProgrammingError: invalid connection option "database"
Multiple connection attempts failed. All failures were:
- host: 'localhost', port: 5432, hostaddr: '127.0.0.1': invalid connection option "database"
- host: 'localhost', port: 5432, hostaddr: '::1': invalid connection option "database"
the parameter name in the connection option for the name of the database is "dbname".