PostgreSQL Password Security in Python Backend Development

𝗕𝗮𝗰𝗸𝗲𝗻𝗱 𝗧𝗶𝗽 📌 Try not to use '#' when creating a password on Pgadmin for PostgreSQL. (Especially if you are used to using # for your passwords) Cause when connecting your database to your codebase python recognises the '#' sign as a comment signifier. Although you can still pybass this issue if you already done this by URL encoding and passing it as a variable in your .env file. But believe me it's not worth the stress. ✨😊. #BackendDevelopment #Python #BackendEngineering

Yeah encountered same issue # is %23 so you can use that to represent #

Like
Reply

To view or add a comment, sign in

Explore content categories