psql_terminal 简单的 PostgreSQL 终端,可以执行 SQL 语句,如 SELECT * FROM Websites; 使用 安装第三方库 pip install psycopg2 把 connection_string 改为你的 url。 运行 python psql_terminal.py