If I have a database like:
database = "postgresql://foo@something.postgres.database.azure.com:g1Q&8&abcd%EnhWw@something.postgres.database.azure.com/mydb"
Then I get an error around the % sign in the password. Is there a way around this?
If you double up the percent sign (%%) I think it should work. Let me know if that fixes the issue and I'll update the docs.