Avoid issues with special characters in password for SQLAlchemy

tech kamar
Mar 25, 2024
import urllib.parse
DB_HOST = os.getenv("DB_HOST")
DB_USER = os.getenv("DB_USER")
DB_PWD = urllib.parse.quote_plus(os.getenv("DB_PWD"))
DB_PORT = os.getenv("DB_PORT")

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response