when you connect to mongodb using python from SQLAlchamey, we use
mongodb://username:password@host/database
If my password is P@ssword
, how can I escape the @
letter.
In my case it is breaking the connection because of this.
Other than changing the password is there any way?