0

I'm trying to connect to a postgresql DB using this syntax of SCLalchemy and psycopg:

engine = create_engine('postgresql://username:password@url:5432/dbname')

But my password contains a @. How can I escape it?

Shir
  • 1,157
  • 13
  • 35

0 Answers0