psycopg 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
psycopg 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
psycopg 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 LGPL
开发语言 Python
操作系统 Windows
软件类型 开源软件
开源组织
地区 不详
投 递 者 红薯
适用人群 未知
收录时间 2009-02-24

软件简介

psycopg 是一个 PostgreSQL 数据库的Python语言的接口。

psycopg is a PostgreSQL database adapter for the Python programming language. Its main advantages are that it supports the full Python DBAPI 2.0 and it is thread safe at level 2. It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. The psycopg distribution includes ZPsycopgDA, a Zope Database Adapter.

展开阅读全文

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
2012/03/29 00:00

psycopg 2.4.5 发布,PostgreSQL 的 Python 接口

psycopg 2.4.5 发布,该版本主要是 bug 修复,另外性能上有少许提升。 psycopg 是一个 PostgreSQL 数据库的Python语言的接口。

1
1
发表了资讯
2011/02/27 00:00

psycopg 2.4 发布,PostgreSQL的Python接口

psycopg 是一个 PostgreSQL 数据库的Python语言的接口。 新版本支持 Python 3.1 和 3.2 版本,实现了高效的命名游标,更好的支持 Python 和 PostgreSQL 的大对象转换;修复了不少bug。

0
1
发表了资讯
2009/05/19 00:00

PostgreSQL的Python驱动 -- psycopg 2.0.11 发布

psycopg 是一个 PostgreSQL 数据库的Python语言的接口。 该版本修正了 2.0.10 版本中关于 ReadDictCursor 的一个bug,同时降低 DictRow 和 RealDictRow 所占用的内存。 下载地址:http://initd.org/pub/software/psycopg/psycopg2-2.0.11.tar.gz

0
0
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
13 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部