python psycopg2 连接pg 建立连接池
摘要:
# -*- coding: utf-8 -*-from psycopg2.pool import ThreadedConnectionPool,SimpleConnectionPool,PersistentConnectionPool from constant import pg_name, pg 阅读全文
posted @ 2019-04-20 23:09 宋喜阳 阅读(3202) 评论(0) 推荐(0) 编辑