Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

psql_terminal

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

使用

安装第三方库

pip install psycopg2

connection_string 改为你的 url。

运行

python psql_terminal.py