Connecting to PostgreSQL Database with Password Containing ‘@’ Character (using jupyter notebook)
I’m trying to connect to my PostgreSQL database using SQLAlchemy, but I’m encountering an issue due to my password containing the ‘@’ character. The problem arises because the ‘@’ symbol is also used in the connection string syntax. How can I properly format the connection string to handle this situation? Any help would be greatly appreciated!