PostgreSQL
Quincy379
坚持、冷静
展开
-
PostgreSQL之初使用
admindeMacBook-Pro:~ admin$ psql ehr //链接数据库 psql (10.5) Type “help” for help. ehr=# help You are using psql, the command-line interface to PostgreSQL. Type: \copyright for distri...原创 2018-08-14 11:57:27 · 235 阅读 · 0 评论 -
postgresql psycopg2 查出字典结果集
connsql = psycopg2.connect(database=dbname, user=user, password=psw, host=host, port=dbport) cur = connsql.cursor(cursor_factory=psycopg2.extras.RealDictCursor) https://blog.csdn.net/design321/artic...原创 2018-11-23 10:35:43 · 1781 阅读 · 0 评论