Postgresql – Psycopg2: how to deal with special characters in password?
I am trying to connect to a db instance, but my password has the following special characters: backslash, plus, dot, asterisk/star and at symbol. For example, [email protected]*90 (regex nightmare lol) How do I safe pass it to the connection string?…