I use sqlalchemy for Postgres DB.
engine = create_engine( "postgresql://postgres:postgres@localhost/test" ...
Create engine w