会员
新闻
博问
闪存
班级
AI培训
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小学森也要学编程
博客园
首页
新随笔
联系
订阅
管理
2019年5月8日
python连接postgresql数据库
摘要: # 数据库连接参数 conn = psycopg2.connect(database=database, user=user,password=password, host=host, port=port) cur = conn.cursor() cur.execute("SELECT * from user where sex=\"男\" ;") rows = cur.fetchall() ...
阅读全文
posted @ 2019-05-08 15:19 小学森也要学编程
阅读(929)
评论(0)
推荐(0)
编辑