I am building a database with Python. I first type psql, then \i tournament.sql and \c tournament followed by \dt (to check if the table exist). Everything seems correct but when I try to run my python file(by doing python tournament.py), the error shows up saying the table does not exist. Please help a dbRead more