bgschiller / postgres_kernel

A simple Jupyter kernel for PostgreSQL
MIT License
64 stars 19 forks source link

Way to hide password #22

Open AttilaVM opened 4 years ago

AttilaVM commented 4 years ago

I want to avoid to write my database user password into a notebook plain text, is it possible?

bgschiller commented 4 years ago

Definitely. If you have an environment variable set for DATABASE_URL, postgres_kernel will connect to a database there.