我想不清楚sqlalchemy是如何工作的,我尝试从本地计算机连接到运行在云服务器上的postgresql:
db = create_engine('postgresql://ubuntu@172.23.160.212:5432/dbname')
但这会导致错误。
Is the server running on host "172.23.160.212" and accepting
TCP/IP connections on port 5432?
我已经检查了端口和主机也存在。
我认为我应该首先使用ssh连接到主机:
with SSHTunnelFor