Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 272 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 272 Bytes

psql_terminal

简单的 PostgreSQL 终端,可以执行 SQL 语句,如 SELECT * FROM Websites;

使用

安装第三方库

pip install psycopg2

connection_string 改为你的 url。

运行

python psql_terminal.py