Avoid issues with special characters in password for SQLAlchemy
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")
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")
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app